aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoe Perches <[email protected]>2010-11-30 16:19:09 -0800
committerJames Bottomley <[email protected]>2010-12-21 12:24:24 -0600
commit11aa99001afdbe5fe152e833aa1fea82b85dbeda (patch)
tree19bf6c4767c558eef9595adb2616e1db81c8d007
parent0e9e3d3b155c35d5750805c2b8bb6d5b6e6a3bfb (diff)
[SCSI] drivers/scsi/fcoe: Update WARN uses
Add missing newlines. Signed-off-by: Joe Perches <[email protected]> Signed-off-by: Robert Love <[email protected]> Signed-off-by: James Bottomley <[email protected]>
-rw-r--r--drivers/scsi/fcoe/libfcoe.c2
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)
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);