]> git.baikalelectronics.ru Git - kernel.git/commit
net/mlx5: remove some extraneous spaces in indentations
authorColin Ian King <colin.king@canonical.com>
Mon, 9 Apr 2018 12:43:36 +0000 (13:43 +0100)
committerSaeed Mahameed <saeedm@mellanox.com>
Mon, 16 Apr 2018 19:24:08 +0000 (12:24 -0700)
commit2216b9a425e670e0a96116bc0360901ab33b2bdd
tree6684c43040d9323947ba7832ca95736016b53542
parent064bcb773e451d01c97b9b60772d30bcc3d5c90c
net/mlx5: remove some extraneous spaces in indentations

There are several lines where there is an extraneous space causing
indentation misalignment. Remove them.

Cleans up Cocconelle warnings:

./drivers/net/ethernet/mellanox/mlx5/core/qp.c:409:3-18: code aligned
with following code on line 410
./drivers/net/ethernet/mellanox/mlx5/core/qp.c:415:3-18: code aligned
with following code on line 416
./drivers/net/ethernet/mellanox/mlx5/core/qp.c:421:3-18: code aligned
with following code on line 422

Signed-off-by: Colin Ian King <colin.king@canonical.com>
Signed-off-by: Saeed Mahameed <saeedm@mellanox.com>
drivers/net/ethernet/mellanox/mlx5/core/qp.c