diff options
author | Christoph Hellwig <[email protected]> | 2013-11-14 14:32:10 -0800 |
---|---|---|
committer | Linus Torvalds <[email protected]> | 2013-11-15 09:32:22 +0900 |
commit | ca5ecd64c2cdbcd316d789467147e732746f39fa (patch) | |
tree | 344318a266f7dd36c69c16cc4c20326d3249fe76 | |
parent | 7cf64f861b7a43b395f0855994003254b06a7e5a (diff) |
kernel: fix generic_exec_single indentation
Signed-off-by: Christoph Hellwig <[email protected]>
Cc: Jan Kara <[email protected]>
Cc: Jens Axboe <[email protected]>
Signed-off-by: Andrew Morton <[email protected]>
Signed-off-by: Linus Torvalds <[email protected]>
-rw-r--r-- | kernel/smp.c | 3 |
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) * for execution on the given CPU. data must already have * ->func, ->info, and ->flags set. */ -static -void generic_exec_single(int cpu, struct call_single_data *csd, int wait) +static void generic_exec_single(int cpu, struct call_single_data *csd, int wait) { struct call_single_queue *dst = &per_cpu(call_single_queue, cpu); unsigned long flags; |