Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 53378898 authored by Talat Batheesh's avatar Talat Batheesh Committed by Saeed Mahameed
Browse files

net/mlx5e: IPoIB, Fix spelling mistake



Fix spelling mistake in debug message text.
"dettaching" -> "detaching"

Signed-off-by: default avatarTalat Batheesh <talatb@mellanox.com>
Signed-off-by: default avatarSaeed Mahameed <saeedm@mellanox.com>
parent 6c750628
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -540,7 +540,7 @@ static int mlx5i_detach_mcast(struct net_device *netdev, struct ib_device *hca,

	err = mlx5_core_detach_mcg(mdev, gid, ipriv->qp.qpn);
	if (err)
		mlx5_core_dbg(mdev, "failed dettaching QPN 0x%x, MGID %pI6\n",
		mlx5_core_dbg(mdev, "failed detaching QPN 0x%x, MGID %pI6\n",
			      ipriv->qp.qpn, gid->raw);

	return err;