Skip to content

Commit

Permalink
x86, mce: fix comment style in mce-inject.c
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
H. Peter Anvin committed May 28, 2009
1 parent a1ff41b commit 5706001
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion arch/x86/kernel/cpu/mcheck/mce-inject.c
Original file line number Diff line number Diff line change
Expand Up @@ -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");

0 comments on commit 5706001

Please sign in to comment.