diff mbox series

[next] net: lan966x: Fix spelling mistake "tarffic" -> "traffic"

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

Checks

Context Check Description
netdev/tree_selection success Guessed tree name to be net-next
netdev/fixes_present success Fixes tag not required for -next series
netdev/subject_prefix warning Target tree name not specified in the subject
netdev/cover_letter success Single patches do not need cover letters
netdev/patch_count success Link
netdev/header_inline success No static functions without inline keyword in header files
netdev/build_32bit success Errors and warnings before: 0 this patch: 0
netdev/cc_maintainers success CCed 7 of 7 maintainers
netdev/build_clang success Errors and warnings before: 0 this patch: 0
netdev/module_param success Was 0 now: 0
netdev/verify_signedoff success Signed-off-by tag matches author and committer
netdev/check_selftest success No net selftest shell script
netdev/verify_fixes success No Fixes tag
netdev/build_allmodconfig_warn success Errors and warnings before: 0 this patch: 0
netdev/checkpatch success total: 0 errors, 0 warnings, 0 checks, 8 lines checked
netdev/kdoc success Errors and warnings before: 0 this patch: 0
netdev/source_inline success Was 0 now: 0

Commit Message

Colin Ian King Sept. 28, 2022, 2:36 p.m. UTC
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(-)

Comments

Horatiu Vultur Sept. 28, 2022, 6:28 p.m. UTC | #1
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
>
patchwork-bot+netdevbpf@kernel.org Sept. 30, 2022, 11:40 a.m. UTC | #2
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 mbox series

Patch

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