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

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

Signed-off-by: Colin Ian King <colin.i.king@gmail.com>
Reviewed-by: Horatiu Vultur <horatiu.vultur@microchip.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
Colin Ian King 2022-09-28 15:36:18 +01:00 committed by David S. Miller
parent d427c8999b
commit db7fccc122
1 changed files with 1 additions and 1 deletions

View File

@ -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;
}