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:
parent
de3d6fa81e
commit
57c970c2e8
|
@ -1023,7 +1023,7 @@ xdp_drop:
|
|||
goto next;
|
||||
}
|
||||
|
||||
if (unlikely(priv->validate_loopback)) {
|
||||
if (unlikely(priv->validate_loopback)) {
|
||||
validate_loopback(priv, skb);
|
||||
goto next;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue