From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754619AbbCRFEC (ORCPT ); Wed, 18 Mar 2015 01:04:02 -0400 Received: from mail-pa0-f65.google.com ([209.85.220.65]:34258 "EHLO mail-pa0-f65.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750760AbbCRFD6 (ORCPT ); Wed, 18 Mar 2015 01:03:58 -0400 From: "Tom(JeHyeon) Yeon" X-Google-Original-From: "Tom(JeHyeon) Yeon" To: peterz@infradead.org, mingo@redhat.com Cc: linux-kernel@vger.kernel.org, "Tom(JeHyeon) Yeon" Subject: [PATCH] rtmutex: Cleanup the variable's name in rt_mutex_adjust_prio_chain Date: Wed, 18 Mar 2015 14:03:30 +0900 Message-Id: <1426655010-31651-1-git-send-email-tom.yeon@windriver.com> X-Mailer: git-send-email 1.7.9.5 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org From: "Tom(JeHyeon) Yeon" change "deadlock_detect" to "chwalk" following by commit 8930ed80 Signed-off-by: Tom(JeHyeon) Yeon --- 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 6357265..b732793 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) -- 1.7.9.5