lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Date:   Wed, 28 Sep 2022 20:28:08 +0200
From:   Horatiu Vultur <horatiu.vultur@...rochip.com>
To:     Colin Ian King <colin.i.king@...il.com>
CC:     <UNGLinuxDriver@...rochip.com>,
        "David S . Miller" <davem@...emloft.net>,
        Eric Dumazet <edumazet@...gle.com>,
        Jakub Kicinski <kuba@...nel.org>,
        "Paolo Abeni" <pabeni@...hat.com>, <netdev@...r.kernel.org>,
        <kernel-janitors@...r.kernel.org>, <linux-kernel@...r.kernel.org>
Subject: Re: [PATCH][next] net: lan966x: Fix spelling mistake "tarffic" ->
 "traffic"

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@...rochip.com>

> 
> Signed-off-by: Colin Ian King <colin.i.king@...il.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

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ