docs: Kconfig: Fix help text indentation
The convention for help text indentation seems to be a single tab followed by two whitespaces. Do that. While at it, remove a stray empty line. Signed-off-by: Juerg Haefliger <juergh@canonical.com> Link: https://lore.kernel.org/r/20220517140837.331298-1-juergh@canonical.com Signed-off-by: Jonathan Corbet <corbet@lwn.net>
This commit is contained in:
parent
d5b1d57b42
commit
2adb5bb1b8
|
@ -1,5 +1,4 @@
|
|||
config WARN_MISSING_DOCUMENTS
|
||||
|
||||
bool "Warn if there's a missing documentation file"
|
||||
depends on COMPILE_TEST
|
||||
help
|
||||
|
|
Loading…
Reference in New Issue