Skip to content

Commit 291d0a2

Browse files
bijudasdavem330
authored andcommitted
ravb: Fix a typo in comment
Fix the typo RX->TX in comment, as the code following the comment process TX and not RX. Signed-off-by: Biju Das <biju.das.jz@bp.renesas.com> Reviewed-by: Lad Prabhakar <prabhakar.mahadev-lad.rj@bp.renesas.com> Reviewed-by: Sergei Shtylyov <sergei.shtylyov@gmail.com> Signed-off-by: David S. Miller <davem@davemloft.net>
1 parent e40cba9 commit 291d0a2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

drivers/net/ethernet/renesas/ravb_main.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -920,7 +920,7 @@ static int ravb_poll(struct napi_struct *napi, int budget)
920920
if (ravb_rx(ndev, &quota, q))
921921
goto out;
922922

923-
/* Processing RX Descriptor Ring */
923+
/* Processing TX Descriptor Ring */
924924
spin_lock_irqsave(&priv->lock, flags);
925925
/* Clear TX interrupt */
926926
ravb_write(ndev, ~(mask | TIS_RESERVED), TIS);

0 commit comments

Comments
 (0)