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

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
Loading
Loading
Loading
Loading
+2 −3
Original line number Diff line number Diff line
@@ -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;
}