Skip to content

Commit 5337889

Browse files
talatbSaeed Mahameed
authored andcommitted
net/mlx5e: IPoIB, Fix spelling mistake
Fix spelling mistake in debug message text. "dettaching" -> "detaching" Signed-off-by: Talat Batheesh <[email protected]> Signed-off-by: Saeed Mahameed <[email protected]>
1 parent 6c75062 commit 5337889

File tree

1 file changed

+1
-1
lines changed
  • drivers/net/ethernet/mellanox/mlx5/core/ipoib

1 file changed

+1
-1
lines changed

drivers/net/ethernet/mellanox/mlx5/core/ipoib/ipoib.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -540,7 +540,7 @@ static int mlx5i_detach_mcast(struct net_device *netdev, struct ib_device *hca,
540540

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

546546
return err;

0 commit comments

Comments
 (0)