From: Jim Cromie Date: Thu, 3 Jun 2010 14:40:55 +0000 (-0600) Subject: variable name fix to Documentation/rt-mutex-design.txt X-Git-Tag: v2.6.36-rc1~566^2~48 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=c20cbe46bd5c13444e30cefc997704514dc74cc5;p=profile%2Fivi%2Fkernel-x86-ivi.git variable name fix to Documentation/rt-mutex-design.txt Signed-off-by: Jim Cromie Signed-off-by: Jiri Kosina --- diff --git a/Documentation/rt-mutex-design.txt b/Documentation/rt-mutex-design.txt index 8df0b78..33ed800 100644 --- a/Documentation/rt-mutex-design.txt +++ b/Documentation/rt-mutex-design.txt @@ -364,7 +364,7 @@ process this is rather easy to know what needs to be adjusted. The functions implementing the task adjustments are rt_mutex_adjust_prio, __rt_mutex_adjust_prio (same as the former, but expects the task pi_lock -to already be taken), rt_mutex_get_prio, and rt_mutex_setprio. +to already be taken), rt_mutex_getprio, and rt_mutex_setprio. rt_mutex_getprio and rt_mutex_setprio are only used in __rt_mutex_adjust_prio.