x86: local.h fix checkpatch warnings
Mostly space after comma, one space after if. Signed-off-by: Harvey Harrison <harvey.harrison@gmail.com> Signed-off-by: Ingo Molnar <mingo@elte.hu> Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
This commit is contained in:
committed by
Ingo Molnar
parent
5638f99394
commit
01c57fb6a3
@@ -7,8 +7,7 @@
|
|||||||
#include <asm/atomic.h>
|
#include <asm/atomic.h>
|
||||||
#include <asm/asm.h>
|
#include <asm/asm.h>
|
||||||
|
|
||||||
typedef struct
|
typedef struct {
|
||||||
{
|
|
||||||
atomic_long_t a;
|
atomic_long_t a;
|
||||||
} local_t;
|
} local_t;
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user