Skip to content

Commit 593814d

Browse files
Colin Ian Kingdavem330
authored andcommitted
net/mlx4: fix spelling mistake: "coalesing" -> "coalescing"
Trivial fix to spelling mistake in en_dbg debug message Signed-off-by: Colin Ian King <[email protected]> Acked-by: Tariq Toukan <[email protected]> Signed-off-by: David S. Miller <[email protected]>
1 parent d1f271d commit 593814d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

drivers/net/ethernet/mellanox/mlx4/en_netdev.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1352,7 +1352,7 @@ static void mlx4_en_set_default_moderation(struct mlx4_en_priv *priv)
13521352
priv->rx_usecs = MLX4_EN_RX_COAL_TIME;
13531353
priv->tx_frames = MLX4_EN_TX_COAL_PKTS;
13541354
priv->tx_usecs = MLX4_EN_TX_COAL_TIME;
1355-
en_dbg(INTR, priv, "Default coalesing params for mtu:%d - rx_frames:%d rx_usecs:%d\n",
1355+
en_dbg(INTR, priv, "Default coalescing params for mtu:%d - rx_frames:%d rx_usecs:%d\n",
13561356
priv->dev->mtu, priv->rx_frames, priv->rx_usecs);
13571357

13581358
/* Setup cq moderation params */

0 commit comments

Comments
 (0)