From: Christoph Hellwig Date: Thu, 14 Nov 2013 22:32:10 +0000 (-0800) Subject: kernel: fix generic_exec_single indentation X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=ca5ecd64c2cdbcd316d789467147e732746f39fa;p=GitHub%2FLineageOS%2FG12%2Fandroid_kernel_amlogic_linux-4.9.git kernel: fix generic_exec_single indentation Signed-off-by: Christoph Hellwig Cc: Jan Kara Cc: Jens Axboe Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- 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;