Skip to content

Commit

Permalink
net: cxgb3: Fix comment typo
Browse files Browse the repository at this point in the history
The double `the' is duplicated in the comment, remove one.

Signed-off-by: Jason Wang <[email protected]>
Signed-off-by: David S. Miller <[email protected]>
  • Loading branch information
Jason Wang authored and davem330 committed Aug 12, 2022
1 parent 0619d0f commit 75d8620
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/net/ethernet/chelsio/cxgb3/cxgb3_offload.c
Original file line number Diff line number Diff line change
Expand Up @@ -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)) >>
Expand Down

0 comments on commit 75d8620

Please sign in to comment.