mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-05-04 04:15:10 -04:00
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:
committed by
David S. Miller
parent
de3d6fa81e
commit
57c970c2e8
@@ -1023,7 +1023,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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user