2020-06-23 14:16:13

by Masanari Iida

[permalink] [raw]
Subject: [PATCH net-next] mlxsw: spectrum_dcb: Fix a spelling typo in spectrum_dcb.c

This patch fixes a spelling typo in spectrum_dcb.c

Signed-off-by: Masanari Iida <[email protected]>
---
drivers/net/ethernet/mellanox/mlxsw/spectrum_dcb.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/net/ethernet/mellanox/mlxsw/spectrum_dcb.c b/drivers/net/ethernet/mellanox/mlxsw/spectrum_dcb.c
index 49a72a8f1f57..f8e3d635b9e2 100644
--- a/drivers/net/ethernet/mellanox/mlxsw/spectrum_dcb.c
+++ b/drivers/net/ethernet/mellanox/mlxsw/spectrum_dcb.c
@@ -138,7 +138,7 @@ static int mlxsw_sp_port_headroom_set(struct mlxsw_sp_port *mlxsw_sp_port,
err = mlxsw_sp_port_pg_destroy(mlxsw_sp_port, my_ets->prio_tc,
ets->prio_tc);
if (err)
- netdev_warn(dev, "Failed to remove ununsed PGs\n");
+ netdev_warn(dev, "Failed to remove unused PGs\n");

return 0;

--
2.27.0.139.gc9c318d6bf26


2020-06-23 18:32:58

by Ido Schimmel

[permalink] [raw]
Subject: Re: [PATCH net-next] mlxsw: spectrum_dcb: Fix a spelling typo in spectrum_dcb.c

On Tue, Jun 23, 2020 at 11:13:01PM +0900, Masanari Iida wrote:
> This patch fixes a spelling typo in spectrum_dcb.c
>
> Signed-off-by: Masanari Iida <[email protected]>

Reviewed-by: Ido Schimmel <[email protected]>

2020-06-23 22:07:25

by David Miller

[permalink] [raw]
Subject: Re: [PATCH net-next] mlxsw: spectrum_dcb: Fix a spelling typo in spectrum_dcb.c

From: Masanari Iida <[email protected]>
Date: Tue, 23 Jun 2020 23:13:01 +0900

> This patch fixes a spelling typo in spectrum_dcb.c
>
> Signed-off-by: Masanari Iida <[email protected]>

Applied, thank you.