mirror of https://gitee.com/openkylin/linux.git
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>
This commit is contained in:
parent
7cf64f861b
commit
ca5ecd64c2
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue