mbox series

[net-next,0/3] net/mlx5: Fix some coding-style issues

Message ID 1617282463-47124-1-git-send-email-liweihang@huawei.com
Headers show
Series net/mlx5: Fix some coding-style issues | expand

Message

Weihang Li April 1, 2021, 1:07 p.m. UTC
Just make some cleanups according to the coding style of kernel.

Wenpeng Liang (3):
  net/mlx5: Add a blank line after declarations.
  net/mlx5: Remove return statement exist at the end of void function
  net/mlx5: Replace spaces with tab at the start of a line

 drivers/net/ethernet/mellanox/mlx5/core/en_arfs.c    | 2 ++
 drivers/net/ethernet/mellanox/mlx5/core/en_rep.c     | 2 +-
 drivers/net/ethernet/mellanox/mlx5/core/fpga/ipsec.c | 1 +
 drivers/net/ethernet/mellanox/mlx5/core/lag.c        | 2 --
 drivers/net/ethernet/mellanox/mlx5/core/pci_irq.c    | 1 -
 drivers/net/ethernet/mellanox/mlx5/core/rdma.c       | 1 -
 6 files changed, 4 insertions(+), 5 deletions(-)

Comments

Saeed Mahameed April 7, 2021, 3:50 a.m. UTC | #1
On Thu, 2021-04-01 at 21:07 +0800, Weihang Li wrote:
> Just make some cleanups according to the coding style of kernel.

> 

> Wenpeng Liang (3):

>   net/mlx5: Add a blank line after declarations.

>   net/mlx5: Remove return statement exist at the end of void function

>   net/mlx5: Replace spaces with tab at the start of a line

> 



Applied to net-next-mlx5, Thanks!