Re: [PATCH 2/2] lib/Kconfig.debug: Fix typo in the help text of CONFIG_PANIC_TIMEOUT

2020-06-02 Thread Kees Cook
On Tue, Jun 02, 2020 at 09:09:18PM +0800, Tiezhu Yang wrote: > There exists duplicated "the" in the help text of CONFIG_PANIC_TIMEOUT, > remove it. > > Signed-off-by: Tiezhu Yang Thanks for catching that! Reviewed-by: Kees Cook -- Kees Cook

[PATCH 2/2] lib/Kconfig.debug: Fix typo in the help text of CONFIG_PANIC_TIMEOUT

2020-06-02 Thread Tiezhu Yang
There exists duplicated "the" in the help text of CONFIG_PANIC_TIMEOUT, remove it. Signed-off-by: Tiezhu Yang --- lib/Kconfig.debug | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/Kconfig.debug b/lib/Kconfig.debug index b3b05ad..d33627a 100644 --- a/lib/Kconfig.debug +++