From: Talat Batheesh <tal...@mellanox.com>

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

Signed-off-by: Talat Batheesh <tal...@mellanox.com>
Signed-off-by: Saeed Mahameed <sae...@mellanox.com>
---
 drivers/net/ethernet/mellanox/mlx5/core/ipoib/ipoib.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/net/ethernet/mellanox/mlx5/core/ipoib/ipoib.c 
b/drivers/net/ethernet/mellanox/mlx5/core/ipoib/ipoib.c
index a35608faf8d2..4899de74e252 100644
--- a/drivers/net/ethernet/mellanox/mlx5/core/ipoib/ipoib.c
+++ b/drivers/net/ethernet/mellanox/mlx5/core/ipoib/ipoib.c
@@ -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;
-- 
2.14.3

Reply via email to