[SCSI] libfc, fcoe: Cleanup function formatting and minor typos
authorRobert Love <robert.w.love@intel.com>
Fri, 27 Feb 2009 18:55:50 +0000 (10:55 -0800)
committerJames Bottomley <James.Bottomley@HansenPartnership.com>
Tue, 10 Mar 2009 14:05:09 +0000 (09:05 -0500)
commitb2ab99c9a300e572105d6db7f6efe0a4d1572167
tree1cdb9bd208e0cdb317b62f92c2c7879e3bc61335
parent34f42a070fc98f5dc07e9fa2338b7b8d1dc347eb
[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:

   <short return> <function name>(<arg 1>, <arg2>)

   and

   <very long return value>
   <function name>(<arg1>,
   <arg2>)

2) Removed one extra whitespace line

3) Fixed two typos

Signed-off-by: Robert Love <robert.w.love@intel.com>
Signed-off-by: James Bottomley <James.Bottomley@HansenPartnership.com>
drivers/scsi/fcoe/fc_transport_fcoe.c
drivers/scsi/fcoe/libfcoe.c
drivers/scsi/libfc/fc_exch.c
drivers/scsi/libfc/fc_rport.c