Re: [PATCH net-next v2 1/1] net/mlx5: Fix code style issue in mlx driver

2019-02-04 Thread David Miller
From: Saeed Mahameed Date: Mon, 4 Feb 2019 15:26:51 -0800 > On Thu, Jan 31, 2019 at 5:20 PM wrote: >> >> From: Tonghao Zhang >> >> Add the tab before '}' and keep the code style consistent. >> >> Signed-off-by: Tonghao Zhang >> Reviewed-by: Or Gerlitz > > Acked-by: Saeed Mahameed > > Dave,

Re: [PATCH net-next v2 1/1] net/mlx5: Fix code style issue in mlx driver

2019-02-04 Thread Saeed Mahameed
On Thu, Jan 31, 2019 at 5:20 PM wrote: > > From: Tonghao Zhang > > Add the tab before '}' and keep the code style consistent. > > Signed-off-by: Tonghao Zhang > Reviewed-by: Or Gerlitz Acked-by: Saeed Mahameed Dave, you can take this patch to net-next. Thanks, Saeed.

[PATCH net-next v2 1/1] net/mlx5: Fix code style issue in mlx driver

2019-01-31 Thread xiangxia . m . yue
From: Tonghao Zhang Add the tab before '}' and keep the code style consistent. Signed-off-by: Tonghao Zhang Reviewed-by: Or Gerlitz --- v2: change the patch title --- drivers/net/ethernet/mellanox/mlx5/core/fs_core.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/driver