summaryrefslogtreecommitdiff
path: root/arch/x86/kernel/setup.c
diff options
context:
space:
mode:
authorIngo Molnar <mingo@kernel.org>2024-03-24 06:46:10 +0300
committerIngo Molnar <mingo@kernel.org>2024-03-24 07:01:35 +0300
commit17608373cf907afe97654998663cc2ab8070e90b (patch)
tree52697a62a342e8836bfb65cdfbaf93eab87b8457 /arch/x86/kernel/setup.c
parent76e9762d66373354b45c33b60e9a53ef2a3c5ff2 (diff)
downloadlinux-17608373cf907afe97654998663cc2ab8070e90b.tar.xz
x86/build: Clean up arch/x86/tools/relocs.c a bit
So: - Follow Documentation/CodingStyle for: - curly braces - variable definitions - return statements - etc. - Fix unnecessary linebreaks - Don't split user-visible error strings over multiple lines ... - It's fine to use vertical alignment to make code more readable, but it should be internally consistent for definitions visible on a single page ... - There's 40+ die() statements that are basically asserts and never trigger. Make them single-line, to move them out of sight as much as possible. Signed-off-by: Ingo Molnar <mingo@kernel.org> Cc: linux-kernel@vger.kernel.org
Diffstat (limited to 'arch/x86/kernel/setup.c')
0 files changed, 0 insertions, 0 deletions