OSDN Git Service
(root)
/
uclinux-h8
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e5ba780
)
mlxsw: i2c: Fix comment misspelling
author
Vadim Pasternak
<vadimp@mellanox.com>
Sun, 3 Mar 2019 09:12:12 +0000
(09:12 +0000)
committer
David S. Miller
<davem@davemloft.net>
Mon, 4 Mar 2019 06:23:00 +0000
(22:23 -0800)
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>
drivers/net/ethernet/mellanox/mlxsw/i2c.c
patch
|
blob
|
history
diff --git
a/drivers/net/ethernet/mellanox/mlxsw/i2c.c
b/drivers/net/ethernet/mellanox/mlxsw/i2c.c
index
a87ca6b
..
68a23b2
100644
(file)
--- a/
drivers/net/ethernet/mellanox/mlxsw/i2c.c
+++ b/
drivers/net/ethernet/mellanox/mlxsw/i2c.c
@@
-167,7
+167,7
@@
static int mlxsw_i2c_wait_go_bit(struct i2c_client *client,
return err > 0 ? 0 : err;
}
-/* Routine posts a command to ASIC though mail box. */
+/* Routine posts a command to ASIC th
r
ough mail box. */
static int mlxsw_i2c_write_cmd(struct i2c_client *client,
struct mlxsw_i2c *mlxsw_i2c,
int immediate)