Commit b16895b6 authored by Andrew Morton's avatar Andrew Morton Committed by Linus Torvalds

uml-driver-formatting-fixes-fix

Cc: Jeff Dike <jdike@addtoit.com>
Cc: Paolo 'Blaisorblade' Giarrusso <blaisorblade@yahoo.it>
Signed-off-by: default avatarAndrew Morton <akpm@linux-foundation.org>
Signed-off-by: default avatarLinus Torvalds <torvalds@linux-foundation.org>
parent 56bd194b
...@@ -158,7 +158,7 @@ static int winch_tramp(int fd, struct tty_struct *tty, int *fd_out) ...@@ -158,7 +158,7 @@ static int winch_tramp(int fd, struct tty_struct *tty, int *fd_out)
*/ */
err = run_helper_thread(winch_thread, &data, CLONE_FILES, &stack, 0); err = run_helper_thread(winch_thread, &data, CLONE_FILES, &stack, 0);
if(err < 0){ if(err < 0){
printk("fork of winch_thread failed - errno = %d\n", err); printk("fork of winch_thread failed - errno = %d\n", -err);
goto out_close; goto out_close;
} }
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment