Explorar o código

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>
H. Peter Anvin %!s(int64=16) %!d(string=hai) anos
pai
achega
5706001aac
Modificáronse 1 ficheiros con 2 adicións e 1 borrados
  1. 2 1
      arch/x86/kernel/cpu/mcheck/mce-inject.c

+ 2 - 1
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");