commit | 3c0045837d613984c7948775fa315beb68703b5c | [log] [tgz] |
---|---|---|
author | Saeed Mahameed <saeedm@mellanox.com> | Thu Aug 24 15:54:11 2017 +0300 |
committer | Saeed Mahameed <saeedm@mellanox.com> | Thu Aug 24 16:02:57 2017 +0300 |
tree | 11e199e3ba52eab07a72b4909426c4c5d017586e | |
parent | a5e2da6e9787187ff104c34aa048419703c1f9cb [diff] |
net/mlx5: Add a blank line after declarations V2 The blank line should be after u32 val = ... and not after __be32 __iomem *addr = ... Fixes: ad5b39a95c83 ("net/mlx5: Add a blank line after declarations") Signed-off-by: Saeed Mahameed <saeedm@mellanox.com> Reported-by: Joe Perches <joe@perches.com>