Commit 684ca5cc authored by Josh Triplett's avatar Josh Triplett Committed by Ingo Molnar

rcu: Fix typo in rcu_irq_exit() comment header

Signed-off-by: default avatarJosh Triplett <josh@joshtriplett.org>
Signed-off-by: default avatarPaul E. McKenney <paulmck@linux.vnet.ibm.com>
Cc: laijs@cn.fujitsu.com
Cc: dipankar@in.ibm.com
Cc: josht@linux.vnet.ibm.com
Cc: akpm@linux-foundation.org
Cc: mathieu.desnoyers@polymtl.ca
Cc: dvhltc@us.ibm.com
Cc: niv@us.ibm.com
Cc: peterz@infradead.org
Cc: rostedt@goodmis.org
Cc: hugh.dickins@tiscali.co.uk
Cc: benh@kernel.crashing.org
LKML-Reference: <1250355231169-git-send-email->
Signed-off-by: default avatarIngo Molnar <mingo@elte.hu>
parent b612ba80
...@@ -548,7 +548,7 @@ void rcu_irq_enter(void) ...@@ -548,7 +548,7 @@ void rcu_irq_enter(void)
* rcu_irq_exit - Called from exiting Hard irq context. * rcu_irq_exit - Called from exiting Hard irq context.
* *
* If the CPU was idle with dynamic ticks active, update the * 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. * aware that the CPU is going back to idle with no ticks.
*/ */
void rcu_irq_exit(void) void rcu_irq_exit(void)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment