rcu: Fix spacing problem
[deliverable/linux.git] / 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.023202 seconds and 5 git commands to generate.