diff options
author | Ulf Magnusson <ulfalizer@gmail.com> | 2018-01-31 10:34:25 +0100 |
---|---|---|
committer | Masahiro Yamada <yamada.masahiro@socionext.com> | 2018-02-02 23:53:10 +0900 |
commit | e0371b8be7b058e6418dbf38d7185887db1f8885 (patch) | |
tree | ee4ba1fa1b659ee16b8e79f6c5a76fb907d04cf6 | |
parent | 3d77e390a585dfa3ba80f0555247508640a5bbca (diff) | |
download | linux-e0371b8be7b058e6418dbf38d7185887db1f8885.tar.bz2 |
lib/Kconfig.debug: Remove blank help text
Blank help texts are probably either a typo, a Kconfig misunderstanding,
or some kind of half-committing to adding a help text (in which case a
TODO comment would be clearer, if the help text really can't be added
right away).
Best to remove them, IMO.
Signed-off-by: Ulf Magnusson <ulfalizer@gmail.com>
Acked-by: Randy Dunlap <rdunlap@infradead.org>
Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
-rw-r--r-- | lib/Kconfig.debug | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/Kconfig.debug b/lib/Kconfig.debug index 64d7c19d3167..3f307692d5af 100644 --- a/lib/Kconfig.debug +++ b/lib/Kconfig.debug @@ -351,7 +351,6 @@ config SECTION_MISMATCH_WARN_ONLY # config ARCH_WANT_FRAME_POINTERS bool - help config FRAME_POINTER bool "Compile the kernel with frame pointers" |