From: Kamal Heib Date: Tue, 20 Sep 2016 11:39:40 +0000 (+0300) Subject: net/mlx4_en: Fix wrong indentation X-Git-Tag: v3.16.40~248 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=b8f011769576d586280da85d36b6c2415ae4b8f4;p=thirdparty%2Fkernel%2Fstable.git net/mlx4_en: Fix wrong indentation commit 57c970c2e8d8772237294bb8a6a25a205448fd96 upstream. Use tabs instead of spaces before if statement, no functional change. Fixes: e7c1c2c46201 ("mlx4_en: Added self diagnostics test implementation") Signed-off-by: Kamal Heib Signed-off-by: Tariq Toukan Signed-off-by: David S. Miller Signed-off-by: Ben Hutchings --- diff --git a/drivers/net/ethernet/mellanox/mlx4/en_rx.c b/drivers/net/ethernet/mellanox/mlx4/en_rx.c index fa742b1115f9f..76879a1cca6f6 100644 --- a/drivers/net/ethernet/mellanox/mlx4/en_rx.c +++ b/drivers/net/ethernet/mellanox/mlx4/en_rx.c @@ -835,7 +835,7 @@ int mlx4_en_process_rx_cq(struct net_device *dev, struct mlx4_en_cq *cq, int bud goto next; } - if (unlikely(priv->validate_loopback)) { + if (unlikely(priv->validate_loopback)) { validate_loopback(priv, skb); goto next; }