aboutsummaryrefslogtreecommitdiffstats
path: root/drivers
diff options
context:
space:
mode:
authorKamal Heib <kamalh@mellanox.com>2016-09-20 14:39:40 +0300
committerDavid S. Miller <davem@davemloft.net>2016-09-21 21:52:43 -0400
commit57c970c2e8d8772237294bb8a6a25a205448fd96 (patch)
tree563805554da457e3dd0a32a882fe75cca9b8eb3f /drivers
parentnet/mlx4_en: Add branch prediction hints in RX data-path (diff)
downloadlinux-dev-57c970c2e8d8772237294bb8a6a25a205448fd96.tar.xz
linux-dev-57c970c2e8d8772237294bb8a6a25a205448fd96.zip
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')
-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 6e474af3fb1f..f2e8beddcf44 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;
}