* [Patch] arch/x86/kernel/machine_kexec_32.c: remove extra semicolons
@ 2008-06-24 15:21 WANG Cong
2008-06-24 16:38 ` Ingo Molnar
0 siblings, 1 reply; 2+ messages in thread
From: WANG Cong @ 2008-06-24 15:21 UTC (permalink / raw)
To: LKML; +Cc: Ingo Molnar
I can't see any reason to keep these semicolons.
Signed-off-by: WANG Cong <wangcong@zeuux.org>
Cc: Ingo Molnar <mingo@redhat.com>
---
diff --git a/arch/x86/kernel/machine_kexec_32.c b/arch/x86/kernel/machine_kexec_32.c
index d0b234c..f496017 100644
--- a/arch/x86/kernel/machine_kexec_32.c
+++ b/arch/x86/kernel/machine_kexec_32.c
@@ -39,7 +39,7 @@ static void set_idt(void *newidt, __u16 limit)
curidt.address = (unsigned long)newidt;
load_idt(&curidt);
-};
+}
static void set_gdt(void *newgdt, __u16 limit)
@@ -51,7 +51,7 @@ static void set_gdt(void *newgdt, __u16 limit)
curgdt.address = (unsigned long)newgdt;
load_gdt(&curgdt);
-};
+}
static void load_segments(void)
{
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [Patch] arch/x86/kernel/machine_kexec_32.c: remove extra semicolons
2008-06-24 15:21 [Patch] arch/x86/kernel/machine_kexec_32.c: remove extra semicolons WANG Cong
@ 2008-06-24 16:38 ` Ingo Molnar
0 siblings, 0 replies; 2+ messages in thread
From: Ingo Molnar @ 2008-06-24 16:38 UTC (permalink / raw)
To: WANG Cong; +Cc: LKML, Ingo Molnar, the arch/x86 maintainers
* WANG Cong <xiyou.wangcong@gmail.com> wrote:
> I can't see any reason to keep these semicolons.
/me neither :-)
applied to tip/x86/cleanups, thanks!
Ingo
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2008-06-24 16:38 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-06-24 15:21 [Patch] arch/x86/kernel/machine_kexec_32.c: remove extra semicolons WANG Cong
2008-06-24 16:38 ` Ingo Molnar
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.