Skip to content

Commit

Permalink
net/mlx4_en: Fix wrong indentation
Browse files Browse the repository at this point in the history
Use tabs instead of spaces before if statement, no functional change.

Fixes: e7c1c2c ("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>
  • Loading branch information
Kamal Heib authored and David S. Miller committed Sep 22, 2016
1 parent de3d6fa commit 57c970c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/net/ethernet/mellanox/mlx4/en_rx.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}
Expand Down

0 comments on commit 57c970c

Please sign in to comment.