diff options
author | 2020-08-11 18:36:49 -0700 | |
---|---|---|
committer | 2020-08-12 10:58:02 -0700 | |
commit | 9d5b134f9f51dd5a67adf8fdc4f59af97e540ceb (patch) | |
tree | 1dc5fa29a47bb5756bb41453446c04f3c9d7b997 /lib/Kconfig.debug | |
parent | kernel/panic.c: make oops_may_print() return bool (diff) | |
download | wireguard-linux-9d5b134f9f51dd5a67adf8fdc4f59af97e540ceb.tar.xz wireguard-linux-9d5b134f9f51dd5a67adf8fdc4f59af97e540ceb.zip |
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 <[email protected]>
Signed-off-by: Andrew Morton <[email protected]>
Reviewed-by: Kees Cook <[email protected]>
Cc: Xuefeng Li <[email protected]>
Link: http://lkml.kernel.org/r/[email protected]
Signed-off-by: Linus Torvalds <[email protected]>
Diffstat (limited to '')
-rw-r--r-- | lib/Kconfig.debug | 2 |
1 files changed, 1 insertions, 1 deletions
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. |