Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1674756 > unrolled thread

[PATCH] net/mlx4: fix spelling mistake: "coalesing" -> "coalescing"

Started byColin King <colin.king@canonical.com>
First post2017-06-26 15:00 +0200
Last post2017-06-27 05:30 +0200
Articles 2 — 2 participants

Back to article view | Back to linux.kernel


Contents

  [PATCH] net/mlx4: fix spelling mistake: "coalesing" -> "coalescing" Colin King <colin.king@canonical.com> - 2017-06-26 15:00 +0200
    Re: [PATCH] net/mlx4: fix spelling mistake: "coalesing" ->  "coalescing" David Miller <davem@davemloft.net> - 2017-06-27 05:30 +0200

#1674756 — [PATCH] net/mlx4: fix spelling mistake: "coalesing" -> "coalescing"

FromColin King <colin.king@canonical.com>
Date2017-06-26 15:00 +0200
Subject[PATCH] net/mlx4: fix spelling mistake: "coalesing" -> "coalescing"
Message-ID<tWBMv-2tb-55@gated-at.bofh.it>
From: Colin Ian King <colin.king@canonical.com>

Trivial fix to spelling mistake in en_dbg debug message

Signed-off-by: Colin Ian King <colin.king@canonical.com>
---
 drivers/net/ethernet/mellanox/mlx4/en_netdev.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/net/ethernet/mellanox/mlx4/en_netdev.c b/drivers/net/ethernet/mellanox/mlx4/en_netdev.c
index 18252a79a074..9da76e3be2fc 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 */
-- 
2.11.0

[toc] | [next] | [standalone]


#1675266 — Re: [PATCH] net/mlx4: fix spelling mistake: "coalesing" -> "coalescing"

FromDavid Miller <davem@davemloft.net>
Date2017-06-27 05:30 +0200
SubjectRe: [PATCH] net/mlx4: fix spelling mistake: "coalesing" -> "coalescing"
Message-ID<tWPmp-33y-1@gated-at.bofh.it>
In reply to#1674756
From: Colin King <colin.king@canonical.com>
Date: Mon, 26 Jun 2017 13:53:46 +0100

> From: Colin Ian King <colin.king@canonical.com>
> 
> Trivial fix to spelling mistake in en_dbg debug message
> 
> Signed-off-by: Colin Ian King <colin.king@canonical.com>

Applied to net-next, thanks.

[toc] | [prev] | [standalone]


Back to top | Article view | linux.kernel


csiph-web