netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH][next] mlx4: Fix spelling mistake: "mape" -> "map"
@ 2023-12-09 22:51 Colin Ian King
  2023-12-12 20:30 ` Simon Horman
  0 siblings, 1 reply; 5+ messages in thread
From: Colin Ian King @ 2023-12-09 22:51 UTC (permalink / raw)
  To: Tariq Toukan, David S . Miller, Eric Dumazet, Jakub Kicinski,
	Paolo Abeni, netdev, linux-rdma
  Cc: kernel-janitors, linux-kernel

There is a spelling mistake in a mlx4_err error message. Fix it.

Signed-off-by: Colin Ian King <colin.i.king@gmail.com>
---
 drivers/net/ethernet/mellanox/mlx4/main.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/net/ethernet/mellanox/mlx4/main.c b/drivers/net/ethernet/mellanox/mlx4/main.c
index 2581226836b5..43cbe4e5d0c4 100644
--- a/drivers/net/ethernet/mellanox/mlx4/main.c
+++ b/drivers/net/ethernet/mellanox/mlx4/main.c
@@ -1508,7 +1508,7 @@ static int mlx4_port_map_set(struct mlx4_dev *dev, struct mlx4_port_map *v2p)
 			priv->v2p.port1 = port1;
 			priv->v2p.port2 = port2;
 		} else {
-			mlx4_err(dev, "Failed to change port mape: %d\n", err);
+			mlx4_err(dev, "Failed to change port map: %d\n", err);
 		}
 	}
 
-- 
2.39.2


^ permalink raw reply related	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2024-02-05 13:26 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-12-09 22:51 [PATCH][next] mlx4: Fix spelling mistake: "mape" -> "map" Colin Ian King
2023-12-12 20:30 ` Simon Horman
2023-12-12 21:19   ` Jakub Kicinski
2024-02-05 13:26     ` Simon Horman
2023-12-12 21:55   ` Colin King (gmail)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).