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
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]>
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.