From: Tiezhu Yang Date: Wed, 12 Aug 2020 01:36:49 +0000 (-0700) Subject: lib/Kconfig.debug: fix typo in the help text of CONFIG_PANIC_TIMEOUT X-Git-Tag: v5.15~3116^2~41 X-Git-Url: https://git.proxmox.com/?a=commitdiff_plain;h=9d5b134f9f51dd5a67adf8fdc4f59af97e540ceb;p=mirror_ubuntu-kernels.git 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. Signed-off-by: Tiezhu Yang Signed-off-by: Andrew Morton Reviewed-by: Kees Cook Cc: Xuefeng Li Link: http://lkml.kernel.org/r/1591103358-32087-2-git-send-email-yangtiezhu@loongson.cn Signed-off-by: Linus Torvalds --- diff --git a/lib/Kconfig.debug b/lib/Kconfig.debug index 9ca1b11af1f6..e068c3c7189a 100644 --- a/lib/Kconfig.debug +++ b/lib/Kconfig.debug @@ -917,7 +917,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.