[PATCH] uml: fix format errors
Now that GCC warns about format errors, fix them. Nothing able to cause a crash, however. Signed-off-by: Paolo 'Blaisorblade' Giarrusso <blaisorblade@yahoo.it> Cc: Jeff Dike <jdike@addtoit.com> Signed-off-by: Andrew Morton <akpm@osdl.org> Signed-off-by: Linus Torvalds <torvalds@osdl.org>
This commit is contained in:
committed by
Linus Torvalds
parent
9cf85b3af2
commit
802e307795
@@ -104,7 +104,7 @@ static void slirp_close(int fd, void *data)
|
||||
}
|
||||
|
||||
if(err == 0) {
|
||||
printk("slirp_close: process %d has not exited\n");
|
||||
printk("slirp_close: process %d has not exited\n", pri->pid);
|
||||
return;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user