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

net: lan966x: Fix spelling mistake "tarffic" -> "traffic"



There is a spelling mistake in a netdev_err message. Fix it.

Signed-off-by: default avatarColin Ian King <colin.i.king@gmail.com>
Reviewed-by: default avatarHoratiu Vultur <horatiu.vultur@microchip.com>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent d427c899
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -7,7 +7,7 @@ int lan966x_mqprio_add(struct lan966x_port *port, u8 num_tc)
	u8 i;

	if (num_tc != NUM_PRIO_QUEUES) {
		netdev_err(port->dev, "Only %d tarffic classes supported\n",
		netdev_err(port->dev, "Only %d traffic classes supported\n",
			   NUM_PRIO_QUEUES);
		return -EINVAL;
	}