]> git.ipfire.org Git - thirdparty/kernel/stable.git/commitdiff
net/mlx4_en: Fix wrong indentation
authorKamal Heib <kamalh@mellanox.com>
Tue, 20 Sep 2016 11:39:40 +0000 (14:39 +0300)
committerBen Hutchings <ben@decadent.org.uk>
Thu, 23 Feb 2017 03:54:02 +0000 (03:54 +0000)
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 <kamalh@mellanox.com>
Signed-off-by: Tariq Toukan <tariqt@mellanox.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Signed-off-by: Ben Hutchings <ben@decadent.org.uk>
drivers/net/ethernet/mellanox/mlx4/en_rx.c

index fa742b1115f9f3dbcbbc83451a47be67a87c1798..76879a1cca6f649685a527651c45204449d752d0 100644 (file)
@@ -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;
                }