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:
Harvey Harrison 2008-01-30 13:31:26 +01:00 committed by Ingo Molnar
parent 5638f99394
commit 01c57fb6a3

View file

@ -7,8 +7,7 @@
#include <asm/atomic.h>
#include <asm/asm.h>
typedef struct
{
typedef struct {
atomic_long_t a;
} local_t;