net/mlx5: Remove return statement exist at the end of void function
authorWenpeng Liang <liangwenpeng@huawei.com>
Thu, 1 Apr 2021 13:07:42 +0000 (21:07 +0800)
committerSaeed Mahameed <saeedm@nvidia.com>
Wed, 14 Apr 2021 18:03:04 +0000 (11:03 -0700)
commit9dee115bc1478b6a51f664defbc5b091985a3fd3
treeb097cd558d5682adc78a8f6bebe0d8ca8efdfbb9
parent02f47c04c36cdc0e002fbe7cc12fbb7c1d8fc56f
net/mlx5: Remove return statement exist at the end of void function

void function return statements are not generally useful.

Signed-off-by: Wenpeng Liang <liangwenpeng@huawei.com>
Signed-off-by: Weihang Li <liweihang@huawei.com>
Signed-off-by: Saeed Mahameed <saeedm@nvidia.com>
drivers/net/ethernet/mellanox/mlx5/core/lag.c
drivers/net/ethernet/mellanox/mlx5/core/pci_irq.c
drivers/net/ethernet/mellanox/mlx5/core/rdma.c