Re: [PATCH] net/mlx5: remove some extraneous spaces in indentations

2018-04-12 Thread Saeed Mahameed
On Mon, 2018-04-09 at 13:43 +0100, Colin King wrote: > From: Colin Ian King > > 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 aligne

Re: [PATCH] net/mlx5: remove some extraneous spaces in indentations

2018-04-11 Thread David Miller
From: Saeed Mahameed Date: Wed, 11 Apr 2018 18:23:41 + > Dave, if it is ok with you I would like to apply this into mlx5-next > branch so it won't cause any issues with our next pull requests to rdma > and netdev. Ok.

Re: [PATCH] net/mlx5: remove some extraneous spaces in indentations

2018-04-11 Thread Saeed Mahameed
On Tue, 2018-04-10 at 17:27 -0600, Jason Gunthorpe wrote: > On Tue, Apr 10, 2018 at 05:22:54PM -0600, Jason Gunthorpe wrote: > > On Mon, Apr 09, 2018 at 01:43:36PM +0100, Colin Ian King wrote: > > > From: Colin Ian King > > > > > > There are several lines where there is an extraneous space > > >

Re: [PATCH] net/mlx5: remove some extraneous spaces in indentations

2018-04-10 Thread Jason Gunthorpe
On Tue, Apr 10, 2018 at 05:22:54PM -0600, Jason Gunthorpe wrote: > On Mon, Apr 09, 2018 at 01:43:36PM +0100, Colin Ian King wrote: > > From: Colin Ian King > > > > There are several lines where there is an extraneous space causing > > indentation misalignment. Remove them. > > > > Cleans up Cocc

Re: [PATCH] net/mlx5: remove some extraneous spaces in indentations

2018-04-10 Thread Jason Gunthorpe
On Mon, Apr 09, 2018 at 01:43:36PM +0100, Colin Ian King wrote: > From: Colin Ian King > > 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:

[PATCH] net/mlx5: remove some extraneous spaces in indentations

2018-04-09 Thread Colin King
From: Colin Ian King 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/mlx