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>
This commit is contained in:
parent
0619d0fa6c
commit
75d8620d46
1 changed files with 1 additions and 1 deletions
|
|
@ -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)) >>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue