From: Robert Love Date: Fri, 27 Feb 2009 18:55:50 +0000 (-0800) Subject: [SCSI] libfc, fcoe: Cleanup function formatting and minor typos X-Git-Tag: v2.6.29~41^2~15 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b2ab99c9a300e572105d6db7f6efe0a4d1572167;p=pandora-kernel.git [SCSI] libfc, fcoe: Cleanup function formatting and minor typos 1) There were a few functions with a strange layout, i.e. all arguments on the second line, when not necessary. Where ever possible I moved the return value to the same line as the function name. However, when the line was too long to have a single argument on the same line I moved the return value to above line. For example: (, ) and (, ) 2) Removed one extra whitespace line 3) Fixed two typos Signed-off-by: Robert Love Signed-off-by: James Bottomley --- Reading git-diff-tree failed