Skip to content

Commit

Permalink
mlx4: Fix typo in cmd.c
Browse files Browse the repository at this point in the history
Correct spelling "reseting" to "resetting" in
drivers/net/ethernet/mellanox/mlx4/cmd.c

Signed-off-by: Masanari Iida <standby24x7@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
  • Loading branch information
Masanari Iida authored and David S. Miller committed Feb 4, 2012
1 parent 76a82ab commit 8d9eb06
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/net/ethernet/mellanox/mlx4/cmd.c
Original file line number Diff line number Diff line change
Expand Up @@ -1314,7 +1314,7 @@ static void mlx4_master_do_cmd(struct mlx4_dev *dev, int slave, u8 cmd,
down(&priv->cmd.slave_sem);
if (mlx4_master_process_vhcr(dev, slave, NULL)) {
mlx4_err(dev, "Failed processing vhcr for slave:%d,"
" reseting slave.\n", slave);
" resetting slave.\n", slave);
up(&priv->cmd.slave_sem);
goto reset_slave;
}
Expand Down

0 comments on commit 8d9eb06

Please sign in to comment.