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

* Re: [PATCH][next] mlx4: Fix spelling mistake: "mape" -> "map"
  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
  2023-12-12 21:55   ` Colin King (gmail)
  0 siblings, 2 replies; 5+ messages in thread
From: Simon Horman @ 2023-12-12 20:30 UTC (permalink / raw)
  To: Colin Ian King
  Cc: Tariq Toukan, David S . Miller, Eric Dumazet, Jakub Kicinski,
	Paolo Abeni, netdev, linux-rdma, kernel-janitors, linux-kernel

On Sat, Dec 09, 2023 at 10:51:35PM +0000, Colin Ian King wrote:
> There is a spelling mistake in a mlx4_err error message. Fix it.
> 
> Signed-off-by: Colin Ian King <colin.i.king@gmail.com>

Hi Colin,

I am guessing that you are focusing on error messages and other user-facing
spelling errors (perhaps you told me f2f in the hallway track at Kernel
Recipes).  But I do wonder if you have plans to address other spelling
errors in this driver. codespell flags many, including 'segements' in a
comment in the same file.

In any case,

Reviewed-by: Simon Horman <horms@kernel.org>

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

* Re: [PATCH][next] mlx4: Fix spelling mistake: "mape" -> "map"
  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)
  1 sibling, 1 reply; 5+ messages in thread
From: Jakub Kicinski @ 2023-12-12 21:19 UTC (permalink / raw)
  To: Simon Horman
  Cc: Colin Ian King, Tariq Toukan, David S . Miller, Eric Dumazet,
	Paolo Abeni, netdev, linux-rdma, kernel-janitors, linux-kernel

On Tue, 12 Dec 2023 20:30:43 +0000 Simon Horman wrote:
> On Sat, Dec 09, 2023 at 10:51:35PM +0000, Colin Ian King wrote:
> > There is a spelling mistake in a mlx4_err error message. Fix it.
> > 
> > Signed-off-by: Colin Ian King <colin.i.king@gmail.com>  
> 
> Hi Colin,
> 
> I am guessing that you are focusing on error messages and other user-facing
> spelling errors (perhaps you told me f2f in the hallway track at Kernel
> Recipes).  But I do wonder if you have plans to address other spelling
> errors in this driver. codespell flags many, including 'segements' in a
> comment in the same file.

It'd be great to fix all the codespell issues with one path, IMO.
-- 
pw-bot: cr

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

* Re: [PATCH][next] mlx4: Fix spelling mistake: "mape" -> "map"
  2023-12-12 20:30 ` Simon Horman
  2023-12-12 21:19   ` Jakub Kicinski
@ 2023-12-12 21:55   ` Colin King (gmail)
  1 sibling, 0 replies; 5+ messages in thread
From: Colin King (gmail) @ 2023-12-12 21:55 UTC (permalink / raw)
  To: Simon Horman
  Cc: Tariq Toukan, David S . Miller, Eric Dumazet, Jakub Kicinski,
	Paolo Abeni, netdev, linux-rdma, kernel-janitors, linux-kernel

On 12/12/2023 20:30, Simon Horman wrote:
> On Sat, Dec 09, 2023 at 10:51:35PM +0000, Colin Ian King wrote:
>> There is a spelling mistake in a mlx4_err error message. Fix it.
>>
>> Signed-off-by: Colin Ian King <colin.i.king@gmail.com>
> 
> Hi Colin,
> 
> I am guessing that you are focusing on error messages and other user-facing
> spelling errors (perhaps you told me f2f in the hallway track at Kernel
> Recipes).  But I do wonder if you have plans to address other spelling
> errors in this driver. codespell flags many, including 'segements' in a
> comment in the same file.

Yes, there are so many trivial spelling mistakes and typos across the 
kernel that I'm just focusing on user facing error messages for the moment.

Colin

> 
> In any case,
> 
> Reviewed-by: Simon Horman <horms@kernel.org>


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

* Re: [PATCH][next] mlx4: Fix spelling mistake: "mape" -> "map"
  2023-12-12 21:19   ` Jakub Kicinski
@ 2024-02-05 13:26     ` Simon Horman
  0 siblings, 0 replies; 5+ messages in thread
From: Simon Horman @ 2024-02-05 13:26 UTC (permalink / raw)
  To: Jakub Kicinski
  Cc: Colin Ian King, Tariq Toukan, David S . Miller, Eric Dumazet,
	Paolo Abeni, netdev, linux-rdma, kernel-janitors, linux-kernel

On Tue, Dec 12, 2023 at 01:19:13PM -0800, Jakub Kicinski wrote:
> On Tue, 12 Dec 2023 20:30:43 +0000 Simon Horman wrote:
> > On Sat, Dec 09, 2023 at 10:51:35PM +0000, Colin Ian King wrote:
> > > There is a spelling mistake in a mlx4_err error message. Fix it.
> > > 
> > > Signed-off-by: Colin Ian King <colin.i.king@gmail.com>  
> > 
> > Hi Colin,
> > 
> > I am guessing that you are focusing on error messages and other user-facing
> > spelling errors (perhaps you told me f2f in the hallway track at Kernel
> > Recipes).  But I do wonder if you have plans to address other spelling
> > errors in this driver. codespell flags many, including 'segements' in a
> > comment in the same file.
> 
> It'd be great to fix all the codespell issues with one path, IMO.

For the record, I have sent a follow up here:

 - [PATCH net-nex] mlx4: Address spelling errors
   https://lore.kernel.org/netdev/20240205-mlx5-codespell-v1-1-63b86dffbb61@kernel.org/

^ permalink raw reply	[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).