diff options
author | H. Peter Anvin <hpa@zytor.com> | 2009-05-26 01:18:17 -0400 |
---|---|---|
committer | H. Peter Anvin <hpa@zytor.com> | 2009-05-28 12:24:14 -0400 |
commit | 5706001aacba5d3db5f224ca135e5e91a30be39c (patch) | |
tree | b890ebaaae4444e2ac0285d2734e665bfda42528 /arch | |
parent | a1ff41bfc1bb7a6d19cf958f89a9b539678781e5 (diff) |
x86, mce: fix comment style in mce-inject.c
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>
Diffstat (limited to 'arch')
-rw-r--r-- | arch/x86/kernel/cpu/mcheck/mce-inject.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/arch/x86/kernel/cpu/mcheck/mce-inject.c b/arch/x86/kernel/cpu/mcheck/mce-inject.c index 58afac4b5df5..673c72855022 100644 --- 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) | |||
120 | } | 120 | } |
121 | 121 | ||
122 | module_init(inject_init); | 122 | module_init(inject_init); |
123 | /* Cannot tolerate unloading currently because we cannot | 123 | /* |
124 | * Cannot tolerate unloading currently because we cannot | ||
124 | * guarantee all openers of mce_chrdev will get a reference to us. | 125 | * guarantee all openers of mce_chrdev will get a reference to us. |
125 | */ | 126 | */ |
126 | MODULE_LICENSE("GPL"); | 127 | MODULE_LICENSE("GPL"); |