mirror of
https://github.com/torvalds/linux.git
synced 2024-11-10 22:21:40 +00:00
bnx2i: fix spelling mistake "complection" -> "completion"
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>
This commit is contained in:
parent
cd4d372365
commit
09d2a4e7fc
@ -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;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user