From: Colin Ian King Date: Mon, 26 Jun 2017 12:53:46 +0000 (+0100) Subject: net/mlx4: fix spelling mistake: "coalesing" -> "coalescing" X-Git-Tag: v4.13-rc1~157^2~84 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=593814d1beae8ad91be6c90f95764e09fc7ca236;p=platform%2Fkernel%2Flinux-exynos.git net/mlx4: fix spelling mistake: "coalesing" -> "coalescing" Trivial fix to spelling mistake in en_dbg debug message Signed-off-by: Colin Ian King Acked-by: Tariq Toukan Signed-off-by: David S. Miller --- diff --git a/drivers/net/ethernet/mellanox/mlx4/en_netdev.c b/drivers/net/ethernet/mellanox/mlx4/en_netdev.c index 18252a7..9da76e3 100644 --- a/drivers/net/ethernet/mellanox/mlx4/en_netdev.c +++ b/drivers/net/ethernet/mellanox/mlx4/en_netdev.c @@ -1352,7 +1352,7 @@ static void mlx4_en_set_default_moderation(struct mlx4_en_priv *priv) priv->rx_usecs = MLX4_EN_RX_COAL_TIME; priv->tx_frames = MLX4_EN_TX_COAL_PKTS; priv->tx_usecs = MLX4_EN_TX_COAL_TIME; - en_dbg(INTR, priv, "Default coalesing params for mtu:%d - rx_frames:%d rx_usecs:%d\n", + en_dbg(INTR, priv, "Default coalescing params for mtu:%d - rx_frames:%d rx_usecs:%d\n", priv->dev->mtu, priv->rx_frames, priv->rx_usecs); /* Setup cq moderation params */