Skip to content

Commit

Permalink
include/asm-x86/suspend_64.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 cf030eb commit 1b17fce
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions include/asm-x86/suspend_64.h
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,7 @@
#include <asm/desc.h>
#include <asm/i387.h>

static inline int
arch_prepare_suspend(void)
static inline int arch_prepare_suspend(void)
{
return 0;
}
Expand All @@ -25,7 +24,7 @@ arch_prepare_suspend(void)
*/
struct saved_context {
struct pt_regs regs;
u16 ds, es, fs, gs, ss;
u16 ds, es, fs, gs, ss;
unsigned long gs_base, gs_kernel_base, fs_base;
unsigned long cr0, cr2, cr3, cr4, cr8;
unsigned long efer;
Expand Down

0 comments on commit 1b17fce

Please sign in to comment.