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>
This commit is contained in:
H. Peter Anvin 2009-05-25 22:18:17 -07:00
parent a1ff41bfc1
commit 5706001aac
1 changed files with 2 additions and 1 deletions

View File

@ -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");