mirror of
https://github.com/torvalds/linux
synced 2024-11-05 18:23:50 +00:00
net/mlx4: fix spelling mistake: "failedi" -> "failed"
trivial fix to spelling mistake in mlx4_warn message. Signed-off-by: Colin Ian King <colin.king@canonical.com> Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
parent
de08481a25
commit
26ff75857e
1 changed files with 1 additions and 1 deletions
|
@ -1317,7 +1317,7 @@ static int mlx4_mf_unbond(struct mlx4_dev *dev)
|
|||
|
||||
ret = mlx4_unbond_fs_rules(dev);
|
||||
if (ret)
|
||||
mlx4_warn(dev, "multifunction unbond for flow rules failedi (%d)\n", ret);
|
||||
mlx4_warn(dev, "multifunction unbond for flow rules failed (%d)\n", ret);
|
||||
ret1 = mlx4_unbond_mac_table(dev);
|
||||
if (ret1) {
|
||||
mlx4_warn(dev, "multifunction unbond for MAC table failed (%d)\n", ret1);
|
||||
|
|
Loading…
Reference in a new issue