summaryrefslogtreecommitdiff
path: root/kernel/rcutree.c
diff options
context:
space:
mode:
authorJiang Fang <jiang.xx.fang@gmail.com>2013-02-02 14:13:42 -0800
committerPaul E. McKenney <paulmck@linux.vnet.ibm.com>2013-03-12 14:07:33 -0700
commitb5b393601dbce0bce3f0717f29e6c8d1cf0295da (patch)
treedc9ab81e9c8aeb202fe2620337befe337db3f7db /kernel/rcutree.c
parentf6161aa153581da4a3867a2d1a7caf4be19b6ec9 (diff)
downloadlinux-3.10-b5b393601dbce0bce3f0717f29e6c8d1cf0295da.tar.gz
linux-3.10-b5b393601dbce0bce3f0717f29e6c8d1cf0295da.tar.bz2
linux-3.10-b5b393601dbce0bce3f0717f29e6c8d1cf0295da.zip
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>
Diffstat (limited to 'kernel/rcutree.c')
-rw-r--r--kernel/rcutree.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/kernel/rcutree.c b/kernel/rcutree.c
index 5b8ad827fd8..157539a975d 100644
--- a/kernel/rcutree.c
+++ b/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