]> www.infradead.org Git - users/dwmw2/linux.git/commit
x86/boot: Change some static bootflag functions to bool
authorUros Bizjak <ubizjak@gmail.com>
Wed, 29 Jan 2025 15:47:50 +0000 (16:47 +0100)
committerIngo Molnar <mingo@kernel.org>
Sat, 22 Feb 2025 11:30:59 +0000 (12:30 +0100)
commit5bebe2e4fe27bf68b4993d62be2f8bae9e6229d6
tree2a8844a67e6ed620a8374bbdeec864b8855504ed
parentefe659ac014647eb048d62475e55cce42d8951d7
x86/boot: Change some static bootflag functions to bool

The return values of some functions are of boolean type. Change the
type of these function to bool and adjust their return values.

No functional change intended.

Signed-off-by: Uros Bizjak <ubizjak@gmail.com>
Signed-off-by: Ingo Molnar <mingo@kernel.org>
Link: https://lore.kernel.org/r/20250129154920.6773-1-ubizjak@gmail.com
arch/x86/kernel/bootflag.c