Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 09d2a4e7 authored by Colin Ian King's avatar Colin Ian King Committed by Martin K. Petersen
Browse files

bnx2i: fix spelling mistake "complection" -> "completion"



Trivial fix to spelling mistake in printk message.

Signed-off-by: default avatarColin Ian King <colin.king@canonical.com>
Reviewed-by: default avatarLaurence Oberman <loberman@redhat.com>
Signed-off-by: default avatarMartin K. Petersen <martin.petersen@oracle.com>
parent cd4d3723
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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;
	}