commit | 7ec75e1ca1bd35872a5c7b33da4b05395bc74364 | [log] [tgz] |
---|---|---|
author | liguang <lig.fnst@cn.fujitsu.com> | Wed Jul 03 15:05:00 2013 -0700 |
committer | Linus Torvalds <torvalds@linux-foundation.org> | Wed Jul 03 16:07:41 2013 -0700 |
tree | 0d3386535e7f93cfdd7fff721eeb5a1a6826063d | |
parent | b58d977432c80ee60d6970042775a62e3f8d7675 [diff] |
kernel/sys.c: sys_reboot(): fix malformed panic message If LINUX_REBOOT_CMD_HALT for reboot failed, the message "cannot halt" will stay on the same line with the next message, so append a '\n'. Signed-off-by: liguang <lig.fnst@cn.fujitsu.com> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>