]> git.proxmox.com Git - mirror_ubuntu-hirsute-kernel.git/commit
x86/crash: Align function arguments on opening braces
authorBorislav Petkov <bp@suse.de>
Thu, 14 Nov 2019 15:11:50 +0000 (16:11 +0100)
committerBorislav Petkov <bp@suse.de>
Thu, 14 Nov 2019 17:24:55 +0000 (18:24 +0100)
commit9eff303725da6530b615e9258f696149baa51df6
tree1c8d63b7e5a77ac3aaaaba34de268cc38d510f60
parent7c321eb2b843bf25946100b7e2de4054f71ec068
x86/crash: Align function arguments on opening braces

... or let function calls stick out and thus remain on a single line,
even if the 80 cols rule is violated by a couple of chars, for better
readability.

No functional changes.

Signed-off-by: Borislav Petkov <bp@suse.de>
Cc: x86@kernel.org
Link: https://lkml.kernel.org/r/20191114172200.19563-1-bp@alien8.de
arch/x86/kernel/crash.c