lkml.org 
[lkml]   [2022]   [Sep]   [28]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
Date
From
SubjectRe: [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@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

\
 
 \ /
  Last update: 2022-09-28 20:25    [W:3.071 / U:0.608 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site