Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 11aa9900 authored by Joe Perches's avatar Joe Perches Committed by James Bottomley
Browse files

[SCSI] drivers/scsi/fcoe: Update WARN uses



Add missing newlines.

Signed-off-by: default avatarJoe Perches <joe@perches.com>
Signed-off-by: default avatarRobert Love <robert.w.love@intel.com>
Signed-off-by: default avatarJames Bottomley <James.Bottomley@suse.de>
parent 0e9e3d3b
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -2475,7 +2475,7 @@ static void fcoe_ctlr_vn_timeout(struct fcoe_ctlr *fip)
	case FIP_ST_LINK_WAIT:
	case FIP_ST_LINK_WAIT:
		goto unlock;
		goto unlock;
	default:
	default:
		WARN(1, "unexpected state %d", fip->state);
		WARN(1, "unexpected state %d\n", fip->state);
		goto unlock;
		goto unlock;
	}
	}
	mod_timer(&fip->timer, next_time);
	mod_timer(&fip->timer, next_time);