Skip to content

Commit

Permalink
rcu: Fix typo in rcu_irq_exit() comment header
Browse files Browse the repository at this point in the history
Signed-off-by: Josh Triplett <[email protected]>
Signed-off-by: Paul E. McKenney <[email protected]>
Cc: [email protected]
Cc: [email protected]
Cc: [email protected]
Cc: [email protected]
Cc: [email protected]
Cc: [email protected]
Cc: [email protected]
Cc: [email protected]
Cc: [email protected]
Cc: [email protected]
Cc: [email protected]
LKML-Reference: <1250355231169-git-send-email->
Signed-off-by: Ingo Molnar <[email protected]>
  • Loading branch information
joshtriplett authored and Ingo Molnar committed Aug 15, 2009
1 parent b612ba8 commit 684ca5c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kernel/rcupreempt.c
Original file line number Diff line number Diff line change
Expand Up @@ -548,7 +548,7 @@ void rcu_irq_enter(void)
* rcu_irq_exit - Called from exiting Hard irq context.
*
* If the CPU was idle with dynamic ticks active, update the
* rcu_dyntick_sched.dynticks to put let the RCU handling be
* rcu_dyntick_sched.dynticks to let the RCU handling be
* aware that the CPU is going back to idle with no ticks.
*/
void rcu_irq_exit(void)
Expand Down

0 comments on commit 684ca5c

Please sign in to comment.