Commit 291d0a2c authored by Biju Das's avatar Biju Das Committed by David S. Miller
Browse files

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: default avatarBiju Das <biju.das.jz@bp.renesas.com>
Reviewed-by: default avatarLad Prabhakar <prabhakar.mahadev-lad.rj@bp.renesas.com>
Reviewed-by: default avatarSergei Shtylyov <sergei.shtylyov@gmail.com>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent e40cba94
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -920,7 +920,7 @@ static int ravb_poll(struct napi_struct *napi, int budget)
	if (ravb_rx(ndev, &quota, q))
		goto out;

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