uml: style fixes
A few random style fixes. Signed-off-by: Jeff Dike <jdike@linux.intel.com> Cc: WANG Cong <xiyou.wangcong@gmail.com> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
This commit is contained in:
committed by
Linus Torvalds
parent
53c2587874
commit
96cee3044d
@@ -442,7 +442,7 @@ void userspace(struct uml_pt_regs *regs)
|
||||
unblock_signals();
|
||||
break;
|
||||
default:
|
||||
printk(UM_KERN_ERR "userspace - child stopped "
|
||||
printk(UM_KERN_ERR "userspace - child stopped "
|
||||
"with signal %d\n", sig);
|
||||
fatal_sigsegv();
|
||||
}
|
||||
|
Reference in New Issue
Block a user