mirror of
https://github.com/Fishwaldo/Star64_linux.git
synced 2025-06-28 01:21:58 +00:00
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:
parent
5638f99394
commit
01c57fb6a3
1 changed files with 8 additions and 9 deletions
|
@ -7,8 +7,7 @@
|
|||
#include <asm/atomic.h>
|
||||
#include <asm/asm.h>
|
||||
|
||||
typedef struct
|
||||
{
|
||||
typedef struct {
|
||||
atomic_long_t a;
|
||||
} local_t;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue