Navigation Menu

Skip to content

Commit

Permalink
variable name fix to Documentation/rt-mutex-design.txt
Browse files Browse the repository at this point in the history
Signed-off-by: Jim Cromie <jim.cromie@gmail.com>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
  • Loading branch information
jimc authored and Jiri Kosina committed Jun 5, 2010
1 parent 724df61 commit c20cbe4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Documentation/rt-mutex-design.txt
Expand Up @@ -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.

Expand Down

0 comments on commit c20cbe4

Please sign in to comment.