You've already forked linux-apfs
mirror of
https://github.com/linux-apfs/linux-apfs.git
synced 2026-05-01 15:00:59 -07:00
kconfig: remove leading whitespace in menu prompts
This removes all the leading whitespace kconfig now warns about. Signed-off-by: Roman Zippel <zippel@linux-m68k.org> Signed-off-by: Andrew Morton <akpm@osdl.org> Signed-off-by: Sam Ravnborg <sam@ravnborg.org>
This commit is contained in:
committed by
Sam Ravnborg
parent
f001f7f896
commit
e55a3e8aed
+2
-2
@@ -86,14 +86,14 @@ config MTD_REDBOOT_DIRECTORY_BLOCK
|
||||
block and "-2" means the penultimate block.
|
||||
|
||||
config MTD_REDBOOT_PARTS_UNALLOCATED
|
||||
bool " Include unallocated flash regions"
|
||||
bool "Include unallocated flash regions"
|
||||
depends on MTD_REDBOOT_PARTS
|
||||
help
|
||||
If you need to register each unallocated flash region as a MTD
|
||||
'partition', enable this option.
|
||||
|
||||
config MTD_REDBOOT_PARTS_READONLY
|
||||
bool " Force read-only for RedBoot system images"
|
||||
bool "Force read-only for RedBoot system images"
|
||||
depends on MTD_REDBOOT_PARTS
|
||||
help
|
||||
If you need to force read-only for 'RedBoot', 'RedBoot Config' and
|
||||
|
||||
Reference in New Issue
Block a user