]> git.baikalelectronics.ru Git - kernel.git/commit
net: hns: remove redundant return int void function
authorPeng Li <lipeng321@huawei.com>
Fri, 14 May 2021 07:31:42 +0000 (15:31 +0800)
committerDavid S. Miller <davem@davemloft.net>
Fri, 14 May 2021 22:09:25 +0000 (15:09 -0700)
commit5805003e0b3d67467b6f0afbff5c8aa930811d71
tree3d23ffccf6473ecb8318951ec1bdf8a9f3d50484
parente10f99d56504faf46023cc98d7b64c99acc68bd2
net: hns: remove redundant return int void function

Void function return statements are not generally useful,
so remove the redundant return.

Signed-off-by: Peng Li <lipeng321@huawei.com>
Signed-off-by: Guangbin Huang <huangguangbin2@huawei.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/ethernet/hisilicon/hns/hns_ae_adapt.c