diff options
author | H. Peter Anvin <hpa@zytor.com> | 2009-05-26 07:18:17 +0200 |
---|---|---|
committer | H. Peter Anvin <hpa@zytor.com> | 2009-05-28 18:24:14 +0200 |
commit | 5706001aacba5d3db5f224ca135e5e91a30be39c (patch) | |
tree | b890ebaaae4444e2ac0285d2734e665bfda42528 /arch/x86/kernel | |
parent | x86, mce: add comment about mce_chrdev_ops being writable (diff) | |
download | linux-5706001aacba5d3db5f224ca135e5e91a30be39c.tar.xz linux-5706001aacba5d3db5f224ca135e5e91a30be39c.zip |
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/x86/kernel')
-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) } 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"); |