Re: [PATCH net-next] hinic: make a bunch of functions static
From: YueHaibing Date: Thu, 30 Apr 2020 09:32:45 +0800 > These fucntions is used only in hinic_sriov.c, > so make them static to fix sparse warnings. > > Reported-by: Hulk Robot > Signed-off-by: YueHaibing Applied.
[PATCH net-next] hinic: make a bunch of functions static
These fucntions is used only in hinic_sriov.c, so make them static to fix sparse warnings. Reported-by: Hulk Robot Signed-off-by: YueHaibing --- .../net/ethernet/huawei/hinic/hinic_sriov.c | 91 ++- 1 file changed, 48 insertions(+), 43 deletions(-) diff --git a/drivers/net/et