[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>
This commit is contained in:

committato da
James Bottomley

parent
34f42a070f
commit
b2ab99c9a3
@@ -179,8 +179,8 @@ EXPORT_SYMBOL(fc_set_rport_loss_tmo);
|
||||
* @flp: FLOGI payload structure
|
||||
* @maxval: upper limit, may be less than what is in the service parameters
|
||||
*/
|
||||
static unsigned int
|
||||
fc_plogi_get_maxframe(struct fc_els_flogi *flp, unsigned int maxval)
|
||||
static unsigned int fc_plogi_get_maxframe(struct fc_els_flogi *flp,
|
||||
unsigned int maxval)
|
||||
{
|
||||
unsigned int mfs;
|
||||
|
||||
|
Fai riferimento in un nuovo problema
Block a user