aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/chelsio/cxgb3
diff options
context:
space:
mode:
authorJason Wang <wangborong@cdjrlc.com>2022-08-11 19:57:01 +0800
committerDavid S. Miller <davem@davemloft.net>2022-08-12 11:28:19 +0100
commit75d8620d46f00fcece574dd70ea36acfdfcf171b (patch)
tree1865543424716d3b4c747cdfbfe1eefc98774b7e /drivers/net/ethernet/chelsio/cxgb3
parentbnx2x: Fix comment typo (diff)
downloadlinux-dev-75d8620d46f00fcece574dd70ea36acfdfcf171b.tar.xz
linux-dev-75d8620d46f00fcece574dd70ea36acfdfcf171b.zip
net: cxgb3: Fix comment typo
The double `the' is duplicated in the comment, remove one. Signed-off-by: Jason Wang <wangborong@cdjrlc.com> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'drivers/net/ethernet/chelsio/cxgb3')
-rw-r--r--drivers/net/ethernet/chelsio/cxgb3/cxgb3_offload.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/ethernet/chelsio/cxgb3/cxgb3_offload.c b/drivers/net/ethernet/chelsio/cxgb3/cxgb3_offload.c
index 84604aff53ce..89256b866840 100644
--- a/drivers/net/ethernet/chelsio/cxgb3/cxgb3_offload.c
+++ b/drivers/net/ethernet/chelsio/cxgb3/cxgb3_offload.c
@@ -243,7 +243,7 @@ static int cxgb_ulp_iscsi_ctl(struct adapter *adapter, unsigned int req,
/*
* on rx, the iscsi pdu has to be < rx page size and the
- * the max rx data length programmed in TP
+ * max rx data length programmed in TP
*/
val = min(adapter->params.tp.rx_pg_size,
((t3_read_reg(adapter, A_TP_PARA_REG2)) >>