Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

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

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
Loading
Loading
Loading
Loading
+2 −1
Original line number Original line Diff line number Diff line
@@ -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");