]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commit
uml: style fixes in file.c
authorJeff Dike <jdike@addtoit.com>
Tue, 5 Feb 2008 06:31:05 +0000 (22:31 -0800)
committerLinus Torvalds <torvalds@woody.linux-foundation.org>
Tue, 5 Feb 2008 17:44:29 +0000 (09:44 -0800)
commit1adfd6095e1c654dce5a692db5aa5a2b2a8d6b0d
tree229d0af90109b55bf59fe648947d66c4f044cf5a
parentbf8fde785b872282e7e86d9ea8a9c4e543985bb3
uml: style fixes in file.c

arch/um/os-Linux/file.c needed some style work -
updated the copyright
cleaned up the includes
CodingStyle fixes
added some missing CATCH_EINTRs
os_set_owner was unused, so it is gone
all printks now have severities
fcntl(F_GETFL) was being called without checking the return
removed an obsolete comment

Signed-off-by: Jeff Dike <jdike@linux.intel.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
arch/um/include/os.h
arch/um/os-Linux/file.c