diff options
author | Joe Perches <joe@perches.com> | 2010-11-30 19:19:09 -0500 |
---|---|---|
committer | James Bottomley <James.Bottomley@suse.de> | 2010-12-21 13:24:24 -0500 |
commit | 11aa99001afdbe5fe152e833aa1fea82b85dbeda (patch) | |
tree | 19bf6c4767c558eef9595adb2616e1db81c8d007 /drivers/scsi | |
parent | 0e9e3d3b155c35d5750805c2b8bb6d5b6e6a3bfb (diff) |
[SCSI] drivers/scsi/fcoe: Update WARN uses
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>
Diffstat (limited to 'drivers/scsi')
-rw-r--r-- | drivers/scsi/fcoe/libfcoe.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/scsi/fcoe/libfcoe.c b/drivers/scsi/fcoe/libfcoe.c index bc17c7123202..58ad3c7a454f 100644 --- a/drivers/scsi/fcoe/libfcoe.c +++ b/drivers/scsi/fcoe/libfcoe.c | |||
@@ -2475,7 +2475,7 @@ static void fcoe_ctlr_vn_timeout(struct fcoe_ctlr *fip) | |||
2475 | case FIP_ST_LINK_WAIT: | 2475 | case FIP_ST_LINK_WAIT: |
2476 | goto unlock; | 2476 | goto unlock; |
2477 | default: | 2477 | default: |
2478 | WARN(1, "unexpected state %d", fip->state); | 2478 | WARN(1, "unexpected state %d\n", fip->state); |
2479 | goto unlock; | 2479 | goto unlock; |
2480 | } | 2480 | } |
2481 | mod_timer(&fip->timer, next_time); | 2481 | mod_timer(&fip->timer, next_time); |