commit | 5d4de16c6db6ecc51a549bfbf7ca1c11c82a4240 | [log] [tgz] |
---|---|---|
author | Christophe Jaillet <christophe.jaillet@wanadoo.fr> | Sat Jul 02 14:31:05 2016 +0200 |
committer | David S. Miller <davem@davemloft.net> | Mon Jul 04 15:22:33 2016 -0700 |
tree | e7240e5433646492b3d695a53a644d82afcc06e1 | |
parent | 61cc535de36838bf4cfe08c8c4eeaad1ca4a89b1 [diff] |
net/mlx4: Fix some indent inconsistancy Silent a few smatch warnings about indentation. This include the removal of a 'return' statement in 'resource_tracker.c'. This 'return' will still be performed when breaking out of the corresponding 'switch' block. Signed-off-by: Christophe JAILLET <christophe.jaillet@wanadoo.fr> Reviewed-by: Leon Romanovsky <leonro@mellanox.com> Signed-off-by: David S. Miller <davem@davemloft.net>