[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <1359039617-6472-1-git-send-email-jiang.xx.fang@gmail.com>
Date: Thu, 24 Jan 2013 23:00:17 +0800
From: Jiang Fang <jiang.xx.fang@...il.com>
To: dipankar@...ibm.com
Cc: linux-kernel@...r.kernel.org
Subject: [PATCH] rcu: indent: fix leading space
Signed-off-by: Jiang Fang <jiang.xx.fang@...il.com>
---
kernel/rcutree.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/kernel/rcutree.c b/kernel/rcutree.c
index e441b77..dbf7d7f 100644
--- a/kernel/rcutree.c
+++ b/kernel/rcutree.c
@@ -3064,7 +3064,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
--
1.7.9.5
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists