Commit c10bc0e7 authored by Fugang Duan's avatar Fugang Duan Committed by David S. Miller
Browse files

net: fec: correct the errata number comment typo



Correct the errata number ERR006358 comment typo.

Signed-off-by: default avatarFugang Duan <fugang.duan@nxp.com>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent 9269e556
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -1266,7 +1266,7 @@ skb_done:
		}
	}

	/* ERR006538: Keep the transmitter going */
	/* ERR006358: Keep the transmitter going */
	if (bdp != txq->bd.cur &&
	    readl(txq->bd.reg_desc_active) == 0)
		writel(0, txq->bd.reg_desc_active);