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
...@@ -100,10 +100,10 @@ struct user_regs_struct { ...@@ -100,10 +100,10 @@ struct user_regs_struct {
struct user{ struct user{
/* We start with the registers, to mimic the way that "memory" is returned /* We start with the registers, to mimic the way that "memory" is returned
from the ptrace(3,...) function. */ from the ptrace(3,...) function. */
struct user_regs_struct regs; /* Where the registers are actually stored */ struct user_regs_struct regs; /* Where the registers are actually stored */
/* ptrace does not yet supply these. Someday.... */ /* ptrace does not yet supply these. Someday.... */
int u_fpvalid; /* True if math co-processor being used. */ int u_fpvalid; /* True if math co-processor being used. */
/* for this mess. Not yet used. */ /* for this mess. Not yet used. */
struct user_i387_struct i387; /* Math Co-processor registers. */ struct user_i387_struct i387; /* Math Co-processor registers. */
/* The rest of this junk is to help gdb figure out what goes where */ /* The rest of this junk is to help gdb figure out what goes where */
unsigned long int u_tsize; /* Text segment size (pages). */ unsigned long int u_tsize; /* Text segment size (pages). */
...@@ -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