Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 6b2a314f authored by Colin Ian King's avatar Colin Ian King Committed by David S. Miller
Browse files

net: ethernet: nuvoton: fix spelling mistake: "aligment" -> "alignment"



trivial fix to spelling mistake in dev_err message

Signed-off-by: default avatarColin Ian King <colin.king@canonical.com>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent c0c64c15
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -751,7 +751,7 @@ static void netdev_rx(struct net_device *dev)
				dev_err(&pdev->dev, "rx crc err\n");
				dev_err(&pdev->dev, "rx crc err\n");
				ether->stats.rx_crc_errors++;
				ether->stats.rx_crc_errors++;
			} else if (status & RXDS_ALIE) {
			} else if (status & RXDS_ALIE) {
				dev_err(&pdev->dev, "rx aligment err\n");
				dev_err(&pdev->dev, "rx alignment err\n");
				ether->stats.rx_frame_errors++;
				ether->stats.rx_frame_errors++;
			} else if (status & RXDS_PTLE) {
			} else if (status & RXDS_PTLE) {
				dev_err(&pdev->dev, "rx longer err\n");
				dev_err(&pdev->dev, "rx longer err\n");