Message ID | 20220928143618.34947-1-colin.i.king@gmail.com (mailing list archive) |
---|---|
State | Accepted |
Commit | db7fccc122f4b5a6886e2a57b61019bdcab6dc22 |
Delegated to: | Netdev Maintainers |
Headers | show |
Series | [next] net: lan966x: Fix spelling mistake "tarffic" -> "traffic" | expand |
The 09/28/2022 15:36, Colin Ian King wrote: > > There is a spelling mistake in a netdev_err message. Fix it. Reviewed-by: Horatiu Vultur <horatiu.vultur@microchip.com> > > Signed-off-by: Colin Ian King <colin.i.king@gmail.com> > --- > drivers/net/ethernet/microchip/lan966x/lan966x_mqprio.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/drivers/net/ethernet/microchip/lan966x/lan966x_mqprio.c b/drivers/net/ethernet/microchip/lan966x/lan966x_mqprio.c > index 950ea4807eb6..7fa76e74f9e2 100644 > --- a/drivers/net/ethernet/microchip/lan966x/lan966x_mqprio.c > +++ b/drivers/net/ethernet/microchip/lan966x/lan966x_mqprio.c > @@ -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; > } > -- > 2.37.1 >
Hello: This patch was applied to netdev/net-next.git (master) by David S. Miller <davem@davemloft.net>: On Wed, 28 Sep 2022 15:36:18 +0100 you wrote: > There is a spelling mistake in a netdev_err message. Fix it. > > Signed-off-by: Colin Ian King <colin.i.king@gmail.com> > --- > drivers/net/ethernet/microchip/lan966x/lan966x_mqprio.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) Here is the summary with links: - [next] net: lan966x: Fix spelling mistake "tarffic" -> "traffic" https://git.kernel.org/netdev/net-next/c/db7fccc122f4 You are awesome, thank you!
diff --git a/drivers/net/ethernet/microchip/lan966x/lan966x_mqprio.c b/drivers/net/ethernet/microchip/lan966x/lan966x_mqprio.c index 950ea4807eb6..7fa76e74f9e2 100644 --- a/drivers/net/ethernet/microchip/lan966x/lan966x_mqprio.c +++ b/drivers/net/ethernet/microchip/lan966x/lan966x_mqprio.c @@ -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; }
There is a spelling mistake in a netdev_err message. Fix it. Signed-off-by: Colin Ian King <colin.i.king@gmail.com> --- drivers/net/ethernet/microchip/lan966x/lan966x_mqprio.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)