Commit 1b17fce6 authored by Joe Perches's avatar Joe Perches Committed by Ingo Molnar

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

Signed-off-by: default avatarJoe Perches <joe@perches.com>
Signed-off-by: default avatarIngo Molnar <mingo@elte.hu>
parent cf030ebd
...@@ -9,8 +9,7 @@ ...@@ -9,8 +9,7 @@
#include <asm/desc.h> #include <asm/desc.h>
#include <asm/i387.h> #include <asm/i387.h>
static inline int static inline int arch_prepare_suspend(void)
arch_prepare_suspend(void)
{ {
return 0; return 0;
} }
...@@ -25,7 +24,7 @@ arch_prepare_suspend(void) ...@@ -25,7 +24,7 @@ arch_prepare_suspend(void)
*/ */
struct saved_context { struct saved_context {
struct pt_regs regs; 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 gs_base, gs_kernel_base, fs_base;
unsigned long cr0, cr2, cr3, cr4, cr8; unsigned long cr0, cr2, cr3, cr4, cr8;
unsigned long efer; unsigned long efer;
......
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