All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH][next] net: lan966x: Fix spelling mistake "tarffic" -> "traffic"
@ 2022-09-28 14:36 Colin Ian King
  2022-09-28 18:28 ` Horatiu Vultur
  2022-09-30 11:40 ` patchwork-bot+netdevbpf
  0 siblings, 2 replies; 3+ messages in thread
From: Colin Ian King @ 2022-09-28 14:36 UTC (permalink / raw)
  To: Horatiu Vultur, UNGLinuxDriver, David S . Miller, Eric Dumazet,
	Jakub Kicinski, Paolo Abeni, netdev
  Cc: kernel-janitors, linux-kernel

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(-)

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


^ permalink raw reply related	[flat|nested] 3+ messages in thread

* Re: [PATCH][next] net: lan966x: Fix spelling mistake "tarffic" -> "traffic"
  2022-09-28 14:36 [PATCH][next] net: lan966x: Fix spelling mistake "tarffic" -> "traffic" Colin Ian King
@ 2022-09-28 18:28 ` Horatiu Vultur
  2022-09-30 11:40 ` patchwork-bot+netdevbpf
  1 sibling, 0 replies; 3+ messages in thread
From: Horatiu Vultur @ 2022-09-28 18:28 UTC (permalink / raw)
  To: Colin Ian King
  Cc: UNGLinuxDriver, David S . Miller, Eric Dumazet, Jakub Kicinski,
	Paolo Abeni, netdev, kernel-janitors, linux-kernel

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
> 

-- 
/Horatiu

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [PATCH][next] net: lan966x: Fix spelling mistake "tarffic" -> "traffic"
  2022-09-28 14:36 [PATCH][next] net: lan966x: Fix spelling mistake "tarffic" -> "traffic" Colin Ian King
  2022-09-28 18:28 ` Horatiu Vultur
@ 2022-09-30 11:40 ` patchwork-bot+netdevbpf
  1 sibling, 0 replies; 3+ messages in thread
From: patchwork-bot+netdevbpf @ 2022-09-30 11:40 UTC (permalink / raw)
  To: Colin Ian King
  Cc: horatiu.vultur, UNGLinuxDriver, davem, edumazet, kuba, pabeni,
	netdev, kernel-janitors, linux-kernel

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!
-- 
Deet-doot-dot, I am a bot.
https://korg.docs.kernel.org/patchwork/pwbot.html



^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2022-09-30 11:45 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-09-28 14:36 [PATCH][next] net: lan966x: Fix spelling mistake "tarffic" -> "traffic" Colin Ian King
2022-09-28 18:28 ` Horatiu Vultur
2022-09-30 11:40 ` patchwork-bot+netdevbpf

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.