Skip to content

Commit

Permalink
can: grcan: fix spelling mistake "buss" -> "bus"
Browse files Browse the repository at this point in the history
There is a spelling mistake in a netdev_err error message. Fix it.

Signed-off-by: Colin Ian King <colin.king@canonical.com>
Link: https://lore.kernel.org/r/20200806105616.46790-1-colin.king@canonical.com
Signed-off-by: Marc Kleine-Budde <mkl@pengutronix.de>
  • Loading branch information
Colin Ian King authored and Marc Kleine-Budde committed Sep 21, 2020
1 parent 3cec036 commit 1006bf3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/net/can/grcan.c
Original file line number Diff line number Diff line change
Expand Up @@ -726,7 +726,7 @@ static void grcan_err(struct net_device *dev, u32 sources, u32 status)
txrx = "on rx ";
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);

spin_lock_irqsave(&priv->lock, flags);
Expand Down

0 comments on commit 1006bf3

Please sign in to comment.