LKML Archive on lore.kernel.org
help / color / mirror / Atom feed
* [PATCH 01/20] x86: Coding Style fix to arch/x86/boot/pm.c
@ 2008-02-22 22:09 Paolo Ciarrocchi
0 siblings, 0 replies; only message in thread
From: Paolo Ciarrocchi @ 2008-02-22 22:09 UTC (permalink / raw)
To: hpa, Ingo Molnar, tglx; +Cc: Linux Kernel
Signed-off-by: Paolo Ciarrocchi <paolo.ciarrocchi@gmail.com>
---
arch/x86/boot/pm.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/arch/x86/boot/pm.c b/arch/x86/boot/pm.c
index 1a0f936..a93cb8b 100644
--- a/arch/x86/boot/pm.c
+++ b/arch/x86/boot/pm.c
@@ -100,7 +100,7 @@ static void reset_coprocessor(void)
/*
* Set up the GDT
*/
-#define GDT_ENTRY(flags,base,limit) \
+#define GDT_ENTRY(flags, base, limit) \
(((u64)(base & 0xff000000) << 32) | \
((u64)flags << 40) | \
((u64)(limit & 0x00ff0000) << 32) | \
--
1.5.4.GIT
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2008-02-22 22:09 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2008-02-22 22:09 [PATCH 01/20] x86: Coding Style fix to arch/x86/boot/pm.c Paolo Ciarrocchi
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).