rcu: Fix spacing problem
authorJiang Fang <jiang.xx.fang@gmail.com>
Sat, 2 Feb 2013 22:13:42 +0000 (14:13 -0800)
committerPaul E. McKenney <paulmck@linux.vnet.ibm.com>
Tue, 12 Mar 2013 21:07:33 +0000 (14:07 -0700)
Signed-off-by: Jiang Fang <jiang.xx.fang@gmail.com>
Signed-off-by: Paul E. McKenney <paulmck@linux.vnet.ibm.com>
kernel/rcutree.c

index 5b8ad827fd86e74932a0b42b40c8f5c27e370228..157539a975df2a308f7113ad80eb440f4797ecd7 100644 (file)
@@ -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
This page took 0.026234 seconds and 5 git commands to generate.