commit | 61bf2125656259dcd0a34b14839f2b157a16bde9 | [log] [tgz] |
---|---|---|
author | Or Gerlitz <ogerlitz@mellanox.com> | Tue Jul 11 15:36:11 2017 +0300 |
committer | Saeed Mahameed <saeedm@mellanox.com> | Sun Aug 20 12:57:19 2017 +0300 |
tree | 0f7c9f16729e1406bc59d2f911e9c1fa2a7506fa | |
parent | ad5b39a95c8339d069be46f13562a0b6a20d5185 [diff] |
net/mlx5e: Properly indent within conditional statements To fix these checkpatch complaints: WARNING: suspect code indent for conditional statements (8, 24) + if (eth_proto & (MLX5E_PROT_MASK(MLX5E_10GBASE_SR) [...] + return PORT_FIBRE; Signed-off-by: Or Gerlitz <ogerlitz@mellanox.com> Signed-off-by: Saeed Mahameed <saeedm@mellanox.com>