Commit 9cbfc51a authored by Colin Ian King's avatar Colin Ian King Committed by David S. Miller

qed: Fix spelling mistake "ctx_bsaed" -> "ctx_based"

There is a spelling mistake in a DP_VERBOSE message. Fix it.
Signed-off-by: default avatarColin Ian King <colin.king@canonical.com>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent 9b139a38
......@@ -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);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment