summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/mellanox/mlx4/en_rx.c
diff options
context:
space:
mode:
authorKamal Heib <kamalh@mellanox.com>2016-09-20 11:39:40 (GMT)
committerDavid S. Miller <davem@davemloft.net>2016-09-22 01:52:43 (GMT)
commit57c970c2e8d8772237294bb8a6a25a205448fd96 (patch)
tree563805554da457e3dd0a32a882fe75cca9b8eb3f /drivers/net/ethernet/mellanox/mlx4/en_rx.c
parentde3d6fa81e684af5817dc379ffc394235a9666cc (diff)
downloadlinux-57c970c2e8d8772237294bb8a6a25a205448fd96.tar.xz
net/mlx4_en: Fix wrong indentation
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>
Diffstat (limited to 'drivers/net/ethernet/mellanox/mlx4/en_rx.c')
-rw-r--r--drivers/net/ethernet/mellanox/mlx4/en_rx.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/ethernet/mellanox/mlx4/en_rx.c b/drivers/net/ethernet/mellanox/mlx4/en_rx.c
index 6e474af..f2e8bed 100644
--- a/drivers/net/ethernet/mellanox/mlx4/en_rx.c
+++ b/drivers/net/ethernet/mellanox/mlx4/en_rx.c
@@ -1023,7 +1023,7 @@ xdp_drop:
goto next;
}
- if (unlikely(priv->validate_loopback)) {
+ if (unlikely(priv->validate_loopback)) {
validate_loopback(priv, skb);
goto next;
}