diff options
author | Andrew Morton <akpm@linux-foundation.org> | 2007-05-06 23:51:03 +0200 |
---|---|---|
committer | Linus Torvalds <torvalds@woody.linux-foundation.org> | 2007-05-07 21:13:00 +0200 |
commit | b16895b63c504698b0c3ab26ca3c41a4fa162a42 (patch) | |
tree | 5c00e870b64d6cfdfdde0d3b6988aef9b9f07c3e | |
parent | uml: driver formatting fixes (diff) | |
download | linux-b16895b63c504698b0c3ab26ca3c41a4fa162a42.tar.xz linux-b16895b63c504698b0c3ab26ca3c41a4fa162a42.zip |
uml-driver-formatting-fixes-fix
Cc: Jeff Dike <jdike@addtoit.com>
Cc: Paolo 'Blaisorblade' Giarrusso <blaisorblade@yahoo.it>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
-rw-r--r-- | arch/um/drivers/chan_user.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/um/drivers/chan_user.c b/arch/um/drivers/chan_user.c index 77d3fdb0c21a..ed24eab647dd 100644 --- a/arch/um/drivers/chan_user.c +++ b/arch/um/drivers/chan_user.c @@ -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); 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; } |