mirror of https://gitee.com/openkylin/linux.git
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:
parent
76a82abc05
commit
8d9eb069ea
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue