]> 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, 5 Oct 2011 00:43:18 +0000 (11:43 +1100)
committerStephen Rothwell <sfr@canb.auug.org.au>
Thu, 6 Oct 2011 05:59:51 +0000 (16:59 +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 <akpm@linux-foundation.org>
lib/Kconfig.debug

index 30f8ec8ec2735fad8c14b7fcb4f57180321800e6..db451bc52c8a8c51db89a9da0d66387b44ef18fa 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.