OSDN Git Service

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)
commit9f463608b98331f58e37d175830b53cec01859a4
tree6684c43040d9323947ba7832ca95736016b53542
parent60cc43fc888428bb2f18f08997432d426a243338
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