Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit c51eaacc authored by Jiaju Zhang's avatar Jiaju Zhang Committed by Linus Torvalds
Browse files

lib/Kconfig.debug: fix help message for DEFAULT_HUNG_TASK_TIMEOUT



Added missing _secs in the help message of config DEFAULT_HUNG_TASK_TIMEOUT.

Signed-off-by: default avatarJiaju Zhang <jjzhang@suse.de>
Signed-off-by: default avatarAndrew Morton <akpm@linux-foundation.org>
Signed-off-by: default avatarLinus Torvalds <torvalds@linux-foundation.org>
parent d70ef97b
Loading
Loading
Loading
Loading
+3 −2
Original line number Original line Diff line number Diff line
@@ -248,8 +248,9 @@ config DEFAULT_HUNG_TASK_TIMEOUT
	  to determine when a task has become non-responsive and should
	  to determine when a task has become non-responsive and should
	  be considered hung.
	  be considered hung.


	  It can be adjusted at runtime via the kernel.hung_task_timeout
	  It can be adjusted at runtime via the kernel.hung_task_timeout_secs
	  sysctl or by writing a value to /proc/sys/kernel/hung_task_timeout.
	  sysctl or by writing a value to
	  /proc/sys/kernel/hung_task_timeout_secs.


	  A timeout of 0 disables the check.  The default is two minutes.
	  A timeout of 0 disables the check.  The default is two minutes.
	  Keeping the default should be fine in most cases.
	  Keeping the default should be fine in most cases.