提交 11aa9900 编写于 作者: J Joe Perches 提交者: James Bottomley

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

Add missing newlines.
Signed-off-by: NJoe Perches <joe@perches.com>
Signed-off-by: NRobert Love <robert.w.love@intel.com>
Signed-off-by: NJames Bottomley <James.Bottomley@suse.de>
上级 0e9e3d3b
...@@ -2475,7 +2475,7 @@ static void fcoe_ctlr_vn_timeout(struct fcoe_ctlr *fip) ...@@ -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);
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册