[SCSI] drivers/scsi/fcoe: Update WARN uses
authorJoe Perches <[email protected]>
Wed, 1 Dec 2010 00:19:09 +0000 (16:19 -0800)
committerJames Bottomley <[email protected]>
Tue, 21 Dec 2010 18:24:24 +0000 (12:24 -0600)
Add missing newlines.

Signed-off-by: Joe Perches <[email protected]>
Signed-off-by: Robert Love <[email protected]>
Signed-off-by: James Bottomley <[email protected]>
drivers/scsi/fcoe/libfcoe.c

index bc17c71232023c7d3b830a541df976de7146a72c..58ad3c7a454f46f23f064d11f87c13d1ca10cca7 100644 (file)
@@ -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);