Skip to content

Commit 613d8c1

Browse files
Carol Sotodavem330
Carol Soto
authored andcommitted
net/mlx4_core: fix typo in mlx4_set_vf_mac
fix typo in mlx4_set_vf_mac Acked-by: Or Gerlitz <[email protected]> Signed-off-by: Carol L Soto <[email protected]> Signed-off-by: David S. Miller <[email protected]>
1 parent ed3d227 commit 613d8c1

File tree

1 file changed

+1
-1
lines changed
  • drivers/net/ethernet/mellanox/mlx4

1 file changed

+1
-1
lines changed

drivers/net/ethernet/mellanox/mlx4/cmd.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2917,7 +2917,7 @@ int mlx4_set_vf_mac(struct mlx4_dev *dev, int port, int vf, u64 mac)
29172917
port = mlx4_slaves_closest_port(dev, slave, port);
29182918
s_info = &priv->mfunc.master.vf_admin[slave].vport[port];
29192919
s_info->mac = mac;
2920-
mlx4_info(dev, "default mac on vf %d port %d to %llX will take afect only after vf restart\n",
2920+
mlx4_info(dev, "default mac on vf %d port %d to %llX will take effect only after vf restart\n",
29212921
vf, port, s_info->mac);
29222922
return 0;
29232923
}

0 commit comments

Comments
 (0)