fix typo in mlx4_set_vf_mac

Signed-off-by: Carol L Soto <cls...@linux.vnet.ibm.com>
---
 drivers/net/ethernet/mellanox/mlx4/cmd.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

--- a/drivers/net/ethernet/mellanox/mlx4/cmd.c
+++ b/drivers/net/ethernet/mellanox/mlx4/cmd.c
@@ -2687,7 +2687,7 @@ int mlx4_set_vf_mac(struct mlx4_dev *dev
        port = mlx4_slaves_closest_port(dev, slave, port);
        s_info = &priv->mfunc.master.vf_admin[slave].vport[port];
        s_info->mac = mac;
-       mlx4_info(dev, "default mac on vf %d port %d to %llX will take afect 
only after vf restart\n",
+       mlx4_info(dev, "default mac on vf %d port %d to %llX will take effect 
only after vf restart\n",
                  vf, port, s_info->mac);
        return 0;
 }

--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to