Commit 826700dc authored by Joe Perches's avatar Joe Perches Committed by Ingo Molnar

include/asm-x86/user_32.h: checkpatch cleanups - formatting only

Signed-off-by: default avatarJoe Perches <joe@perches.com>
Signed-off-by: default avatarIngo Molnar <mingo@elte.hu>
parent c489f445
...@@ -118,7 +118,7 @@ struct user{ ...@@ -118,7 +118,7 @@ struct user{
int reserved; /* No longer used */ int reserved; /* No longer used */
unsigned long u_ar0; /* Used by gdb to help find the values for */ unsigned long u_ar0; /* Used by gdb to help find the values for */
/* the registers. */ /* the registers. */
struct user_i387_struct* u_fpstate; /* Math Co-processor pointer. */ struct user_i387_struct *u_fpstate; /* Math Co-processor pointer. */
unsigned long magic; /* To uniquely identify a core file */ unsigned long magic; /* To uniquely identify a core file */
char u_comm[32]; /* User command that was responsible */ char u_comm[32]; /* User command that was responsible */
int u_debugreg[8]; int u_debugreg[8];
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment