aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/qlogic
diff options
context:
space:
mode:
authorColin Ian King <colin.king@canonical.com>2021-10-06 09:49:55 +0100
committerDavid S. Miller <davem@davemloft.net>2021-10-06 15:25:04 +0100
commit9cbfc51af026f5b721a1b36cf622ada591b3c5de (patch)
treed2629712a9e3ceea1cd4485fba70b8bc3d29a1db /drivers/net/ethernet/qlogic
parentmlxsw: spectrum_buffers: silence uninitialized warning (diff)
downloadlinux-dev-9cbfc51af026f5b721a1b36cf622ada591b3c5de.tar.xz
linux-dev-9cbfc51af026f5b721a1b36cf622ada591b3c5de.zip
qed: Fix spelling mistake "ctx_bsaed" -> "ctx_based"
There is a spelling mistake in a DP_VERBOSE message. Fix it. Signed-off-by: Colin Ian King <colin.king@canonical.com> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'drivers/net/ethernet/qlogic')
-rw-r--r--drivers/net/ethernet/qlogic/qed/qed_ll2.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/ethernet/qlogic/qed/qed_ll2.c b/drivers/net/ethernet/qlogic/qed/qed_ll2.c
index 69ffa4eb842f..3fedcefc36d8 100644
--- a/drivers/net/ethernet/qlogic/qed/qed_ll2.c
+++ b/drivers/net/ethernet/qlogic/qed/qed_ll2.c
@@ -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);