]> git.kernelconcepts.de Git - karo-tx-linux.git/commitdiff
lib/Kconfig.debug: fix help message for DEFAULT_HUNG_TASK_TIMEOUT
authorJiaju Zhang <jjzhang@suse.de>
Wed, 28 Sep 2011 00:50:31 +0000 (10:50 +1000)
committerStephen Rothwell <sfr@canb.auug.org.au>
Tue, 4 Oct 2011 07:41:20 +0000 (18:41 +1100)
Added missing _secs in the help message of config DEFAULT_HUNG_TASK_TIMEOUT.

Signed-off-by: Jiaju Zhang <jjzhang@suse.de>
Signed-off-by: Andrew Morton <>
lib/Kconfig.debug

index 5bde73554d68c9d58854fcdf205cd21179de2564..1103e347ccd07bef30688d3079e36d1842b36767 100644 (file)
@@ -248,8 +248,9 @@ config DEFAULT_HUNG_TASK_TIMEOUT
          to determine when a task has become non-responsive and should
          be considered hung.
 
-         It can be adjusted at runtime via the kernel.hung_task_timeout
-         sysctl or by writing a value to /proc/sys/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_secs.
 
          A timeout of 0 disables the check.  The default is two minutes.
          Keeping the default should be fine in most cases.