Commit 1006bf37 authored by Colin Ian King's avatar Colin Ian King Committed by Marc Kleine-Budde

can: grcan: fix spelling mistake "buss" -> "bus"

There is a spelling mistake in a netdev_err error message. Fix it.
Signed-off-by: default avatarColin Ian King <colin.king@canonical.com>
Link: https://lore.kernel.org/r/20200806105616.46790-1-colin.king@canonical.comSigned-off-by: default avatarMarc Kleine-Budde <mkl@pengutronix.de>
parent 3cec0369
...@@ -726,7 +726,7 @@ static void grcan_err(struct net_device *dev, u32 sources, u32 status) ...@@ -726,7 +726,7 @@ static void grcan_err(struct net_device *dev, u32 sources, u32 status)
txrx = "on rx "; txrx = "on rx ";
stats->rx_errors++; stats->rx_errors++;
} }
netdev_err(dev, "Fatal AHB buss error %s- halting device\n", netdev_err(dev, "Fatal AHB bus error %s- halting device\n",
txrx); txrx);
spin_lock_irqsave(&priv->lock, flags); spin_lock_irqsave(&priv->lock, flags);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment