提交 e019cb53 编写于 作者: Q Qing Huang 提交者: Saeed Mahameed

net/mlx5: Fixed a typo in a comment in esw_del_uc_addr()

Changed "managerss" to "managers".

Fixes: a1b3839a ("net/mlx5: E-Switch, Properly refer to the esw manager vport")
Signed-off-by: NQing Huang <qing.huang@oracle.com>
Signed-off-by: NSaeed Mahameed <saeedm@mellanox.com>
上级 7d47433c
......@@ -530,7 +530,7 @@ static int esw_del_uc_addr(struct mlx5_eswitch *esw, struct vport_addr *vaddr)
u16 vport = vaddr->vport;
int err = 0;
/* Skip mlx5_mpfs_del_mac for eswitch managerss,
/* Skip mlx5_mpfs_del_mac for eswitch managers,
* it is already done by its netdev in mlx5e_execute_l2_action
*/
if (!vaddr->mpfs || esw->manager_vport == vport)
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册