summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTiezhu Yang <yangtiezhu@loongson.cn>2020-07-01 16:19:35 +1000
committerStephen Rothwell <sfr@canb.auug.org.au>2020-07-02 08:37:55 +1000
commit2038ce6430fe81b547de78a6bb322992fb420572 (patch)
treedd16d44cf41945c0d63bf7384f63f8df978876dd
parente3edee6952adaffa624142ce2395715d97d28d90 (diff)
downloadlinux-2038ce6430fe81b547de78a6bb322992fb420572.tar.gz
linux-2038ce6430fe81b547de78a6bb322992fb420572.tar.xz
lib/Kconfig.debug: fix typo in the help text of CONFIG_PANIC_TIMEOUT
There exists duplicated "the" in the help text of CONFIG_PANIC_TIMEOUT, Remove it. Link: http://lkml.kernel.org/r/1591103358-32087-2-git-send-email-yangtiezhu@loongson.cn Signed-off-by: Tiezhu Yang <yangtiezhu@loongson.cn> Reviewed-by: Kees Cook <keescook@chromium.org> Cc: Xuefeng Li <lixuefeng@loongson.cn> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Stephen Rothwell <sfr@canb.auug.org.au>
-rw-r--r--lib/Kconfig.debug2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Kconfig.debug b/lib/Kconfig.debug
index 48e051a04e7d..eae540bc9221 100644
--- a/lib/Kconfig.debug
+++ b/lib/Kconfig.debug
@@ -874,7 +874,7 @@ config PANIC_TIMEOUT
int "panic timeout"
default 0
help
- Set the timeout value (in seconds) until a reboot occurs when the
+ Set the timeout value (in seconds) until a reboot occurs when
the kernel panics. If n = 0, then we wait forever. A timeout
value n > 0 will wait n seconds before rebooting, while a timeout
value n < 0 will reboot immediately.