Browse Source

rcu: Fix spacing problem

Signed-off-by: Jiang Fang <jiang.xx.fang@gmail.com>
Signed-off-by: Paul E. McKenney <paulmck@linux.vnet.ibm.com>
Jiang Fang 12 years ago
parent
commit
b5b393601d
1 changed files with 1 additions and 1 deletions
  1. 1 1
      kernel/rcutree.c

+ 1 - 1
kernel/rcutree.c

@@ -3171,7 +3171,7 @@ void __init rcu_init(void)
 	rcu_init_one(&rcu_bh_state, &rcu_bh_data);
 	__rcu_init_preempt();
 	rcu_init_nocb();
-	 open_softirq(RCU_SOFTIRQ, rcu_process_callbacks);
+	open_softirq(RCU_SOFTIRQ, rcu_process_callbacks);
 
 	/*
 	 * We don't need protection against CPU-hotplug here because