From: Jeff Dike Date: Sun, 6 May 2007 21:51:02 +0000 (-0700) Subject: uml: driver formatting fixes X-Git-Tag: v2.6.22-rc1~881 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=56bd194bb200ef0c49517de67a7d7f4b043b11b1;p=pandora-kernel.git uml: driver formatting fixes Fix a bunch of formatting violations in the drivers: return(n) -> return n whitespace fixes emacs formatting comment removal breaking if(foo) return(n) into two lines There are also a couple of errno use bugs: using errno in a printk when the failure put errno into a local variable saving errno after a printk, which can change it Signed-off-by: Jeff Dike Cc: Paolo 'Blaisorblade' Giarrusso Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed