rtmutex: Document rt_mutex_adjust_prio_chain()
authorJuri Lelli <juri.lelli@gmail.com>
Wed, 15 May 2013 09:04:10 +0000 (11:04 +0200)
committerIngo Molnar <mingo@kernel.org>
Tue, 28 May 2013 07:23:52 +0000 (09:23 +0200)
commit0c1061733aa0303e6536c0bc7f86d68f5eb55446
treefc5b4530d524e71c889aac367530f678c4c71168
parent4eedb77a9cd8f2e68b31c8b9a20524a50727c16f
rtmutex: Document rt_mutex_adjust_prio_chain()

Parameters and usage of rt_mutex_adjust_prio_chain() are already
documented in Documentation/rt-mutex-design.txt. However, since this
function is called from several paths with different semantics (related
to the arguments), it is handy to have a quick reference directly in
the code.

Signed-off-by: Juri Lelli <juri.lelli@gmail.com>
Cc: Clark Williams <williams@redhat.com>
Cc: Steven Rostedt <rostedt@goodmis.org>
Signed-off-by: Peter Zijlstra <a.p.zijlstra@chello.nl>
Link: http://lkml.kernel.org/r/1368608650-7935-1-git-send-email-juri.lelli@gmail.com
Signed-off-by: Ingo Molnar <mingo@kernel.org>
kernel/rtmutex.c