Commit e6beaa36 authored by Tom(JeHyeon) Yeon's avatar Tom(JeHyeon) Yeon Committed by Ingo Molnar

locking/rtmutex: Rename argument in the rt_mutex_adjust_prio_chain() documentation as well

The following commit changed "deadlock_detect" to "chwalk":

   8930ed80 ("rtmutex: Cleanup deadlock detector debug logic")

do that rename in the function's documentation as well.
Signed-off-by: default avatarTom(JeHyeon) Yeon <tom.yeon@windriver.com>
Cc: peterz@infradead.org
Link: http://lkml.kernel.org/r/1426655010-31651-1-git-send-email-tom.yeon@windriver.comSigned-off-by: default avatarIngo Molnar <mingo@kernel.org>
parent 9198f6ed
...@@ -349,7 +349,7 @@ static inline struct rt_mutex *task_blocked_on_lock(struct task_struct *p) ...@@ -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 * @task: the task owning the mutex (owner) for which a chain walk is
* probably needed * 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 * @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 * things for a task that has just got its priority adjusted, and
* is waiting on a mutex) * is waiting on a mutex)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment