include/asm-x86/user_32.h: checkpatch cleanups - formatting only
Signed-off-by: Joe Perches <joe@perches.com> Signed-off-by: Ingo Molnar <mingo@elte.hu>
This commit is contained in:
parent
c489f44519
commit
826700dc9b
1 changed files with 3 additions and 3 deletions
|
@ -118,7 +118,7 @@ struct user{
|
|||
int reserved; /* No longer used */
|
||||
unsigned long u_ar0; /* Used by gdb to help find the values for */
|
||||
/* 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 */
|
||||
char u_comm[32]; /* User command that was responsible */
|
||||
int u_debugreg[8];
|
||||
|
|
Loading…
Reference in a new issue