Commit b8f01176 authored by Kamal Heib's avatar Kamal Heib Committed by Ben Hutchings

net/mlx4_en: Fix wrong indentation

commit 57c970c2 upstream.

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

Fixes: e7c1c2c4 ("mlx4_en: Added self diagnostics test implementation")
Signed-off-by: default avatarKamal Heib <kamalh@mellanox.com>
Signed-off-by: default avatarTariq Toukan <tariqt@mellanox.com>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
Signed-off-by: default avatarBen Hutchings <ben@decadent.org.uk>
parent 5d1d4fb4
......@@ -835,7 +835,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;
}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment