dect
/
linux-2.6
Archived
13
0
Fork 0

variable name fix to Documentation/rt-mutex-design.txt

Signed-off-by: Jim Cromie <jim.cromie@gmail.com>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
This commit is contained in:
Jim Cromie 2010-06-03 08:40:55 -06:00 committed by Jiri Kosina
parent 724df61592
commit c20cbe46bd
1 changed files with 1 additions and 1 deletions

View File

@ -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.