Skip to content

Commit

Permalink
[SCSI] drivers/scsi/fcoe: Update WARN uses
Browse files Browse the repository at this point in the history
Add missing newlines.

Signed-off-by: Joe Perches <joe@perches.com>
Signed-off-by: Robert Love <robert.w.love@intel.com>
Signed-off-by: James Bottomley <James.Bottomley@suse.de>
  • Loading branch information
Joe Perches authored and James Bottomley committed Dec 21, 2010
1 parent 0e9e3d3 commit 11aa990
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/scsi/fcoe/libfcoe.c
Original file line number Diff line number Diff line change
Expand Up @@ -2475,7 +2475,7 @@ static void fcoe_ctlr_vn_timeout(struct fcoe_ctlr *fip)
case FIP_ST_LINK_WAIT:
goto unlock;
default:
WARN(1, "unexpected state %d", fip->state);
WARN(1, "unexpected state %d\n", fip->state);
goto unlock;
}
mod_timer(&fip->timer, next_time);
Expand Down

0 comments on commit 11aa990

Please sign in to comment.