net/mlx4_en: Fix wrong indentation

Use tabs instead of spaces before if statement, no functional change.

Fixes: e7c1c2c462 ("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>
This commit is contained in:
Kamal Heib 2016-09-20 14:39:40 +03:00 committed by David S. Miller
parent de3d6fa81e
commit 57c970c2e8
1 changed files with 1 additions and 1 deletions

View File

@ -1023,7 +1023,7 @@ xdp_drop:
goto next; goto next;
} }
if (unlikely(priv->validate_loopback)) { if (unlikely(priv->validate_loopback)) {
validate_loopback(priv, skb); validate_loopback(priv, skb);
goto next; goto next;
} }