Commit 5706001a authored by H. Peter Anvin's avatar H. Peter Anvin

x86, mce: fix comment style in mce-inject.c

Fix style of winged comment in mce-inject.c.

[ Impact: comment only ]
Signed-off-by: default avatarH. Peter Anvin <hpa@zytor.com>
Signed-off-by: default avatarHidetoshi Seto <seto.hidetoshi@jp.fujitsu.com>
Signed-off-by: default avatarH. Peter Anvin <hpa@zytor.com>
parent a1ff41bf
...@@ -120,7 +120,8 @@ static int inject_init(void) ...@@ -120,7 +120,8 @@ static int inject_init(void)
} }
module_init(inject_init); 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. * guarantee all openers of mce_chrdev will get a reference to us.
*/ */
MODULE_LICENSE("GPL"); MODULE_LICENSE("GPL");
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment