From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751922AbbCYMp6 (ORCPT ); Wed, 25 Mar 2015 08:45:58 -0400 Received: from terminus.zytor.com ([198.137.202.10]:39200 "EHLO terminus.zytor.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750881AbbCYMpy (ORCPT ); Wed, 25 Mar 2015 08:45:54 -0400 Date: Wed, 25 Mar 2015 05:45:37 -0700 From: "tip-bot for Tom(JeHyeon) Yeon" Message-ID: Cc: linux-kernel@vger.kernel.org, mingo@kernel.org, hpa@zytor.com, tom.yeon@windriver.com, tglx@linutronix.de Reply-To: linux-kernel@vger.kernel.org, mingo@kernel.org, hpa@zytor.com, tom.yeon@windriver.com, tglx@linutronix.de In-Reply-To: <1426655010-31651-1-git-send-email-tom.yeon@windriver.com> References: <1426655010-31651-1-git-send-email-tom.yeon@windriver.com> To: linux-tip-commits@vger.kernel.org Subject: [tip:locking/core] locking/rtmutex: Rename argument in the rt_mutex_adjust_prio_chain() documentation as well Git-Commit-ID: e6beaa363d56d7fc2f8cd6f7291e4d93911a428a 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: e6beaa363d56d7fc2f8cd6f7291e4d93911a428a Gitweb: http://git.kernel.org/tip/e6beaa363d56d7fc2f8cd6f7291e4d93911a428a Author: Tom(JeHyeon) Yeon AuthorDate: Wed, 18 Mar 2015 14:03:30 +0900 Committer: Ingo Molnar CommitDate: Wed, 25 Mar 2015 13:43:55 +0100 locking/rtmutex: Rename argument in the rt_mutex_adjust_prio_chain() documentation as well The following commit changed "deadlock_detect" to "chwalk": 8930ed80f970 ("rtmutex: Cleanup deadlock detector debug logic") do that rename in the function's documentation as well. Signed-off-by: Tom(JeHyeon) Yeon Cc: peterz@infradead.org Link: http://lkml.kernel.org/r/1426655010-31651-1-git-send-email-tom.yeon@windriver.com Signed-off-by: Ingo Molnar --- kernel/locking/rtmutex.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kernel/locking/rtmutex.c b/kernel/locking/rtmutex.c index e16e554..c0b8e9d 100644 --- a/kernel/locking/rtmutex.c +++ b/kernel/locking/rtmutex.c @@ -349,7 +349,7 @@ static inline struct rt_mutex *task_blocked_on_lock(struct task_struct *p) * * @task: the task owning the mutex (owner) for which a chain walk is * probably needed - * @deadlock_detect: do we have to carry out deadlock detection? + * @chwalk: do we have to carry out deadlock detection? * @orig_lock: the mutex (can be NULL if we are walking the chain to recheck * things for a task that has just got its priority adjusted, and * is waiting on a mutex)