aboutsummaryrefslogtreecommitdiffstats
path: root/kernel
diff options
context:
space:
mode:
authorChristoph Hellwig <hch@infradead.org>2013-11-14 17:32:10 -0500
committerLinus Torvalds <torvalds@linux-foundation.org>2013-11-14 19:32:22 -0500
commitca5ecd64c2cdbcd316d789467147e732746f39fa (patch)
tree344318a266f7dd36c69c16cc4c20326d3249fe76 /kernel
parent7cf64f861b7a43b395f0855994003254b06a7e5a (diff)
kernel: fix generic_exec_single indentation
Signed-off-by: Christoph Hellwig <hch@lst.de> Cc: Jan Kara <jack@suse.cz> Cc: Jens Axboe <axboe@kernel.dk> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'kernel')
-rw-r--r--kernel/smp.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/kernel/smp.c b/kernel/smp.c
index 1c194e20e943..bd9f94028838 100644
--- a/kernel/smp.c
+++ b/kernel/smp.c
@@ -139,8 +139,7 @@ static void csd_unlock(struct call_single_data *csd)
139 * for execution on the given CPU. data must already have 139 * for execution on the given CPU. data must already have
140 * ->func, ->info, and ->flags set. 140 * ->func, ->info, and ->flags set.
141 */ 141 */
142static 142static void generic_exec_single(int cpu, struct call_single_data *csd, int wait)
143void generic_exec_single(int cpu, struct call_single_data *csd, int wait)
144{ 143{
145 struct call_single_queue *dst = &per_cpu(call_single_queue, cpu); 144 struct call_single_queue *dst = &per_cpu(call_single_queue, cpu);
146 unsigned long flags; 145 unsigned long flags;