mlx4: Fix typo in cmd.c

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>
This commit is contained in:
Masanari Iida 2012-02-03 03:27:38 +00:00 committed by David S. Miller
parent 76a82abc05
commit 8d9eb069ea
1 changed files with 1 additions and 1 deletions

View File

@ -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;
}