projects
/
GitHub
/
LineageOS
/
android_kernel_samsung_universal7580.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5f0120b
)
x86: arch/x86/kernel/machine_kexec_32.c: remove extra semicolons
author
WANG Cong
<xiyou.wangcong@gmail.com>
Tue, 24 Jun 2008 15:21:18 +0000
(16:21 +0100)
committer
Ingo Molnar
<mingo@elte.hu>
Tue, 24 Jun 2008 16:37:49 +0000
(18:37 +0200)
I can't see any reason to keep these semicolons.
Signed-off-by: WANG Cong <wangcong@zeuux.org>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
arch/x86/kernel/machine_kexec_32.c
patch
|
blob
|
blame
|
history
diff --git
a/arch/x86/kernel/machine_kexec_32.c
b/arch/x86/kernel/machine_kexec_32.c
index d0b234c9fc318ac0f11a127f9aac87ce7de55dc6..f4960171bc66625ebac582a172990b0531031fcb 100644
(file)
--- 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)
{