Commit ca5ecd64c2cdbcd316d789467147e732746f39fa

Authored by Christoph Hellwig
Committed by Linus Torvalds
1 parent 7cf64f861b

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>

Showing 1 changed file with 1 additions and 2 deletions Side-by-side Diff

... ... @@ -139,8 +139,7 @@
139 139 * for execution on the given CPU. data must already have
140 140 * ->func, ->info, and ->flags set.
141 141 */
142   -static
143   -void generic_exec_single(int cpu, struct call_single_data *csd, int wait)
  142 +static void generic_exec_single(int cpu, struct call_single_data *csd, int wait)
144 143 {
145 144 struct call_single_queue *dst = &per_cpu(call_single_queue, cpu);
146 145 unsigned long flags;