Skip to content

Commit 27758c8

Browse files
mellanoxbmcdavem330
authored andcommitted
mlxsw: i2c: Fix comment misspelling
Fix comment for mlxsw_i2c_write_cmd(). Signed-off-by: Vadim Pasternak <vadimp@mellanox.com> Acked-by: Jiri Pirko <jiri@mellanox.com> Signed-off-by: Ido Schimmel <idosch@mellanox.com> Signed-off-by: David S. Miller <davem@davemloft.net>
1 parent e5ba780 commit 27758c8

File tree

1 file changed

+1
-1
lines changed
  • drivers/net/ethernet/mellanox/mlxsw

1 file changed

+1
-1
lines changed

drivers/net/ethernet/mellanox/mlxsw/i2c.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -167,7 +167,7 @@ static int mlxsw_i2c_wait_go_bit(struct i2c_client *client,
167167
return err > 0 ? 0 : err;
168168
}
169169

170-
/* Routine posts a command to ASIC though mail box. */
170+
/* Routine posts a command to ASIC through mail box. */
171171
static int mlxsw_i2c_write_cmd(struct i2c_client *client,
172172
struct mlxsw_i2c *mlxsw_i2c,
173173
int immediate)

0 commit comments

Comments
 (0)