]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
uml: pty channel tidying
authorJeff Dike <jdike@addtoit.com>
Mon, 16 Jul 2007 06:38:53 +0000 (23:38 -0700)
committerLinus Torvalds <torvalds@woody.linux-foundation.org>
Mon, 16 Jul 2007 16:05:38 +0000 (09:05 -0700)
commit75886f21e3a53a298b097103fd52e83184a89c22
treeb4171fb38865f412cde70416fe9ae43499a20974
parent63920f4717924206c3fa23d42645d4f8965de4cd
uml: pty channel tidying

Cleanup, mostly style violations.

Tidied the includes.

getmaster returns a real errno, which pty_open returns if there's a
problem.

The printks now have severity.

Changed os_* calls to call libc directly.

Signed-off-by: Jeff Dike <jdike@linux.intel.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>
arch/um/drivers/pty.c