Skip to content

Commit

Permalink
qed: Fix spelling mistake "ctx_bsaed" -> "ctx_based"
Browse files Browse the repository at this point in the history
There is a spelling mistake in a DP_VERBOSE message. Fix it.

Signed-off-by: Colin Ian King <[email protected]>
Signed-off-by: David S. Miller <[email protected]>
  • Loading branch information
Colin Ian King authored and davem330 committed Oct 6, 2021
1 parent 9b139a3 commit 9cbfc51
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/net/ethernet/qlogic/qed/qed_ll2.c
Original file line number Diff line number Diff line change
Expand Up @@ -1654,7 +1654,7 @@ int qed_ll2_establish_connection(void *cxt, u8 connection_handle)

DP_VERBOSE(p_hwfn,
QED_MSG_LL2,
"Establishing ll2 queue. PF %d ctx_bsaed=%d abs qid=%d stats_id=%d\n",
"Establishing ll2 queue. PF %d ctx_based=%d abs qid=%d stats_id=%d\n",
p_hwfn->rel_pf_id,
p_ll2_conn->input.rx_conn_type, qid, stats_id);

Expand Down

0 comments on commit 9cbfc51

Please sign in to comment.