projects
/
GitHub
/
LineageOS
/
G12
/
android_kernel_amlogic_linux-4.9.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a1ff41b
)
x86, mce: fix comment style in mce-inject.c
author
H. Peter Anvin
<hpa@zytor.com>
Tue, 26 May 2009 05:18:17 +0000
(22:18 -0700)
committer
H. Peter Anvin
<hpa@zytor.com>
Thu, 28 May 2009 16:24:14 +0000
(09:24 -0700)
Fix style of winged comment in mce-inject.c.
[ Impact: comment only ]
Signed-off-by: H. Peter Anvin <hpa@zytor.com>
Signed-off-by: Hidetoshi Seto <seto.hidetoshi@jp.fujitsu.com>
Signed-off-by: H. Peter Anvin <hpa@zytor.com>
arch/x86/kernel/cpu/mcheck/mce-inject.c
patch
|
blob
|
blame
|
history
diff --git
a/arch/x86/kernel/cpu/mcheck/mce-inject.c
b/arch/x86/kernel/cpu/mcheck/mce-inject.c
index 58afac4b5df5d84551ebd3c23c06c155cf1606ec..673c7285502283436f9aad342ac9abe5c50f1306 100644
(file)
--- a/
arch/x86/kernel/cpu/mcheck/mce-inject.c
+++ b/
arch/x86/kernel/cpu/mcheck/mce-inject.c
@@
-120,7
+120,8
@@
static int inject_init(void)
}
module_init(inject_init);
-/* Cannot tolerate unloading currently because we cannot
+/*
+ * Cannot tolerate unloading currently because we cannot
* guarantee all openers of mce_chrdev will get a reference to us.
*/
MODULE_LICENSE("GPL");