From: Colin Ian King Date: Sat, 4 Jun 2016 19:14:30 +0000 (+0100) Subject: bnx2i: fix spelling mistake "complection" -> "completion" X-Git-Tag: v4.8-rc1~20^2~87 X-Git-Url: http://git.cascardo.eti.br/?a=commitdiff_plain;h=09d2a4e7fca62369b6ad018fb03ac8df96c93823;p=cascardo%2Flinux.git bnx2i: fix spelling mistake "complection" -> "completion" Trivial fix to spelling mistake in printk message. Signed-off-by: Colin Ian King Reviewed-by: Laurence Oberman Signed-off-by: Martin K. Petersen --- diff --git a/drivers/scsi/bnx2i/bnx2i_hwi.c b/drivers/scsi/bnx2i/bnx2i_hwi.c index fb072cc5e9fd..42921dbba927 100644 --- a/drivers/scsi/bnx2i/bnx2i_hwi.c +++ b/drivers/scsi/bnx2i/bnx2i_hwi.c @@ -2417,7 +2417,7 @@ static void bnx2i_process_conn_destroy_cmpl(struct bnx2i_hba *hba, ep = bnx2i_find_ep_in_destroy_list(hba, conn_destroy->iscsi_conn_id); if (!ep) { printk(KERN_ALERT "bnx2i_conn_destroy_cmpl: no pending " - "offload request, unexpected complection\n"); + "offload request, unexpected completion\n"); return; }