linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] net/mlx4: fix spelling mistake: "coalesing" -> "coalescing"
@ 2017-06-26 12:53 Colin King
  2017-06-26 14:41 ` Tariq Toukan
  2017-06-27  3:19 ` David Miller
  0 siblings, 2 replies; 3+ messages in thread
From: Colin King @ 2017-06-26 12:53 UTC (permalink / raw)
  To: Tariq Toukan, netdev, linux-rdma; +Cc: linux-kernel

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

^ permalink raw reply related	[flat|nested] 3+ messages in thread

* Re: [PATCH] net/mlx4: fix spelling mistake: "coalesing" -> "coalescing"
  2017-06-26 12:53 [PATCH] net/mlx4: fix spelling mistake: "coalesing" -> "coalescing" Colin King
@ 2017-06-26 14:41 ` Tariq Toukan
  2017-06-27  3:19 ` David Miller
  1 sibling, 0 replies; 3+ messages in thread
From: Tariq Toukan @ 2017-06-26 14:41 UTC (permalink / raw)
  To: Colin King, Tariq Toukan, netdev, linux-rdma; +Cc: linux-kernel



On 26/06/2017 3:53 PM, Colin King wrote:
> 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 */
> 
Acked-by: Tariq Toukan <tariqt@mellanox.com>

Thanks Colin.

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [PATCH] net/mlx4: fix spelling mistake: "coalesing" -> "coalescing"
  2017-06-26 12:53 [PATCH] net/mlx4: fix spelling mistake: "coalesing" -> "coalescing" Colin King
  2017-06-26 14:41 ` Tariq Toukan
@ 2017-06-27  3:19 ` David Miller
  1 sibling, 0 replies; 3+ messages in thread
From: David Miller @ 2017-06-27  3:19 UTC (permalink / raw)
  To: colin.king; +Cc: tariqt, netdev, linux-rdma, linux-kernel

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.

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2017-06-27  3:19 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-06-26 12:53 [PATCH] net/mlx4: fix spelling mistake: "coalesing" -> "coalescing" Colin King
2017-06-26 14:41 ` Tariq Toukan
2017-06-27  3:19 ` David Miller

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).