From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1758510AbcIWFet (ORCPT ); Fri, 23 Sep 2016 01:34:49 -0400 Received: from terminus.zytor.com ([198.137.202.10]:49268 "EHLO terminus.zytor.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1758161AbcIWFeq (ORCPT ); Fri, 23 Sep 2016 01:34:46 -0400 Date: Thu, 22 Sep 2016 22:34:11 -0700 From: tip-bot for Vivien Didelot Message-ID: Cc: tglx@linutronix.de, hpa@zytor.com, peterz@infradead.org, mingo@kernel.org, vivien.didelot@savoirfairelinux.com, akpm@linux-foundation.org, linux-kernel@vger.kernel.org, paulmck@linux.vnet.ibm.com, torvalds@linux-foundation.org Reply-To: peterz@infradead.org, hpa@zytor.com, tglx@linutronix.de, mingo@kernel.org, akpm@linux-foundation.org, vivien.didelot@savoirfairelinux.com, torvalds@linux-foundation.org, paulmck@linux.vnet.ibm.com, linux-kernel@vger.kernel.org In-Reply-To: <20160922205513.17821-1-vivien.didelot@savoirfairelinux.com> References: <20160922205513.17821-1-vivien.didelot@savoirfairelinux.com> To: linux-tip-commits@vger.kernel.org Subject: [tip:locking/urgent] locking/hung_task: Fix typo in CONFIG_DETECT_HUNG_TASK help text Git-Commit-ID: 96b03ab86d843524ec4aed7fe0ceef412c684c68 X-Mailer: tip-git-log-daemon Robot-ID: Robot-Unsubscribe: Contact to get blacklisted from these emails MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset=UTF-8 Content-Disposition: inline Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Commit-ID: 96b03ab86d843524ec4aed7fe0ceef412c684c68 Gitweb: http://git.kernel.org/tip/96b03ab86d843524ec4aed7fe0ceef412c684c68 Author: Vivien Didelot AuthorDate: Thu, 22 Sep 2016 16:55:13 -0400 Committer: Ingo Molnar CommitDate: Fri, 23 Sep 2016 07:30:04 +0200 locking/hung_task: Fix typo in CONFIG_DETECT_HUNG_TASK help text Fix the indefinitiley -> indefinitely typo in Kconfig.debug. Signed-off-by: Vivien Didelot Cc: Andrew Morton Cc: Linus Torvalds Cc: Paul E. McKenney Cc: Peter Zijlstra Cc: Thomas Gleixner Link: http://lkml.kernel.org/r/20160922205513.17821-1-vivien.didelot@savoirfairelinux.com Signed-off-by: Ingo Molnar --- lib/Kconfig.debug | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/Kconfig.debug b/lib/Kconfig.debug index 2e2cca5..cab7405 100644 --- a/lib/Kconfig.debug +++ b/lib/Kconfig.debug @@ -821,7 +821,7 @@ config DETECT_HUNG_TASK help Say Y here to enable the kernel to detect "hung tasks", which are bugs that cause the task to be stuck in - uninterruptible "D" state indefinitiley. + uninterruptible "D" state indefinitely. When a hung task is detected, the kernel will print the current stack trace (which you should report), but the