mellanox/mlxsw: fix repeated words in comments
authorJilin Yuan <yuanjilin@cdjrlc.com>
Thu, 30 Jun 2022 07:42:21 +0000 (15:42 +0800)
committerDavid S. Miller <davem@davemloft.net>
Fri, 1 Jul 2022 10:14:24 +0000 (11:14 +0100)
Delete the redundant word 'action'.
Delete the redundant word 'refer'.
Delete the redundant word 'for'.

Signed-off-by: Jilin Yuan <yuanjilin@cdjrlc.com>
Reviewed-by: Ido Schimmel <idosch@nvidia.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/ethernet/mellanox/mlxsw/core_acl_flex_actions.c
drivers/net/ethernet/mellanox/mlxsw/core_env.c
drivers/net/ethernet/mellanox/mlxsw/spectrum2_kvdl.c

index fa33cae..636db9a 100644 (file)
@@ -1164,7 +1164,7 @@ EXPORT_SYMBOL(mlxsw_afa_block_append_vlan_modify);
  * trap control. In addition, the Trap / Discard action enables activating
  * SPAN (port mirroring).
  *
- * The Trap with userdef action action has the same functionality as
+ * The Trap with userdef action has the same functionality as
  * the Trap action with addition of user defined value that can be set
  * and used by higher layer applications.
  */
index 34bec9c..0107cbc 100644 (file)
@@ -180,7 +180,7 @@ mlxsw_env_query_module_eeprom(struct mlxsw_core *mlxsw_core, u8 slot_index,
                } else {
                        /* When reading upper pages 1, 2 and 3 the offset
                         * starts at 0 and I2C high address is used. Please refer
-                        * refer to "Memory Organization" figure in SFF-8472
+                        * to "Memory Organization" figure in SFF-8472
                         * specification for graphical depiction.
                         */
                        i2c_addr = MLXSW_REG_MCIA_I2C_ADDR_HIGH;
index 10ae111..24ff305 100644 (file)
@@ -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;