Skip to content

Commit

Permalink
include/asm-x86/sigcontext32.h: checkpatch cleanups - formatting only
Browse files Browse the repository at this point in the history
Signed-off-by: Joe Perches <joe@perches.com>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
  • Loading branch information
Joe Perches authored and Ingo Molnar committed Apr 17, 2008
1 parent 915cd5a commit 895b764
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions include/asm-x86/sigcontext32.h
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ struct _fpstate_ia32 {
__u32 cw;
__u32 sw;
__u32 tag; /* not compatible to 64bit twd */
__u32 ipoff;
__u32 ipoff;
__u32 cssel;
__u32 dataoff;
__u32 datasel;
Expand All @@ -39,7 +39,7 @@ struct _fpstate_ia32 {
__u32 mxcsr;
__u32 reserved;
struct _fpxreg _fxsr_st[8];
struct _xmmreg _xmm[8]; /* It's actually 16 */
struct _xmmreg _xmm[8]; /* It's actually 16 */
__u32 padding[56];
};

Expand Down

0 comments on commit 895b764

Please sign in to comment.