netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] mlxsw: drop unexpected word 'for' in comments
@ 2022-06-23 10:46 Jiang Jian
  2022-06-23 11:38 ` Ido Schimmel
  2022-06-23 16:22 ` Jakub Kicinski
  0 siblings, 2 replies; 3+ messages in thread
From: Jiang Jian @ 2022-06-23 10:46 UTC (permalink / raw)
  To: davem, edumazet, kuba, pabeni
  Cc: idosch, petrm, netdev, linux-kernel, Jiang Jian

there is an unexpected word 'for' in the comments that need to be dropped

file - drivers/net/ethernet/mellanox/mlxsw/spectrum2_kvdl.c
line - 18

	 * ids for for this purpose in partition definition.
changed to:

	 * ids for this purpose in partition definition.

Signed-off-by: Jiang Jian <jiangjian@cdjrlc.com>
---
 drivers/net/ethernet/mellanox/mlxsw/spectrum2_kvdl.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/net/ethernet/mellanox/mlxsw/spectrum2_kvdl.c b/drivers/net/ethernet/mellanox/mlxsw/spectrum2_kvdl.c
index 10ae1115de6c..24ff305a2995 100644
--- a/drivers/net/ethernet/mellanox/mlxsw/spectrum2_kvdl.c
+++ b/drivers/net/ethernet/mellanox/mlxsw/spectrum2_kvdl.c
@@ -15,7 +15,7 @@ struct mlxsw_sp2_kvdl_part_info {
 	 * usage bits we need and how many indexes there are
 	 * represented by a single bit. This could be got from FW
 	 * querying appropriate resources. So have the resource
-	 * ids for for this purpose in partition definition.
+	 * ids for this purpose in partition definition.
 	 */
 	enum mlxsw_res_id usage_bit_count_res_id;
 	enum mlxsw_res_id index_range_res_id;
-- 
2.17.1


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

* Re: [PATCH] mlxsw: drop unexpected word 'for' in comments
  2022-06-23 10:46 [PATCH] mlxsw: drop unexpected word 'for' in comments Jiang Jian
@ 2022-06-23 11:38 ` Ido Schimmel
  2022-06-23 16:22 ` Jakub Kicinski
  1 sibling, 0 replies; 3+ messages in thread
From: Ido Schimmel @ 2022-06-23 11:38 UTC (permalink / raw)
  To: Jiang Jian; +Cc: davem, edumazet, kuba, pabeni, petrm, netdev, linux-kernel

On Thu, Jun 23, 2022 at 06:46:01PM +0800, Jiang Jian wrote:
> there is an unexpected word 'for' in the comments that need to be dropped
> 
> file - drivers/net/ethernet/mellanox/mlxsw/spectrum2_kvdl.c
> line - 18
> 
> 	 * ids for for this purpose in partition definition.
> changed to:
> 
> 	 * ids for this purpose in partition definition.
> 
> Signed-off-by: Jiang Jian <jiangjian@cdjrlc.com>

For for net-next:

Reviewed-by: Ido Schimmel <idosch@nvidia.com>

:)

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

* Re: [PATCH] mlxsw: drop unexpected word 'for' in comments
  2022-06-23 10:46 [PATCH] mlxsw: drop unexpected word 'for' in comments Jiang Jian
  2022-06-23 11:38 ` Ido Schimmel
@ 2022-06-23 16:22 ` Jakub Kicinski
  1 sibling, 0 replies; 3+ messages in thread
From: Jakub Kicinski @ 2022-06-23 16:22 UTC (permalink / raw)
  To: Jiang Jian; +Cc: davem, edumazet, pabeni, idosch, petrm, netdev, linux-kernel

On Thu, 23 Jun 2022 18:46:01 +0800 Jiang Jian wrote:
> file - drivers/net/ethernet/mellanox/mlxsw/spectrum2_kvdl.c
> line - 18
> 
> 	 * ids for for this purpose in partition definition.
> changed to:
> 
> 	 * ids for this purpose in partition definition.

Please stop putting the change into the description.
I think I already complained about this.
This is exactly the same information as is in the patch itself.

And as other people have pointed out - please say that the word
is repeated not "unexpected".

IDK why you made those changes because your patches on Wednesday 
where better:

  [PATCH] bnxt: Fix typo in comments

  Remove the repeated word 'and' from comments

  Signed-off-by: Jiang Jian <jiangjian@cdjrlc.com>

https://lore.kernel.org/r/20220622144526.20659-1-jiangjian@cdjrlc.com/

I'm dropping these patches from you, please redo them:

  https://patchwork.kernel.org/project/netdevbpf/patch/20220623104919.49600-1-jiangjian@cdjrlc.com/
  https://patchwork.kernel.org/project/netdevbpf/patch/20220622171711.6969-1-jiangjian@cdjrlc.com/
  https://patchwork.kernel.org/project/netdevbpf/patch/20220623104601.48149-1-jiangjian@cdjrlc.com/

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

end of thread, other threads:[~2022-06-23 16:22 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-06-23 10:46 [PATCH] mlxsw: drop unexpected word 'for' in comments Jiang Jian
2022-06-23 11:38 ` Ido Schimmel
2022-06-23 16:22 ` Jakub Kicinski

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