bnx2i: fix spelling mistake "complection" -> "completion"
authorColin Ian King <colin.king@canonical.com>
Sat, 4 Jun 2016 19:14:30 +0000 (20:14 +0100)
committerMartin K. Petersen <martin.petersen@oracle.com>
Wed, 13 Jul 2016 03:16:31 +0000 (23:16 -0400)
Trivial fix to spelling mistake in printk message.

Signed-off-by: Colin Ian King <colin.king@canonical.com>
Reviewed-by: Laurence Oberman <loberman@redhat.com>
Signed-off-by: Martin K. Petersen <martin.petersen@oracle.com>
drivers/scsi/bnx2i/bnx2i_hwi.c

index fb072cc..42921db 100644 (file)
@@ -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;
        }