net: hns3: fix prototype warning
Correct a report warning in hns3_ethtool.c Signed-off-by: Huazhong Tan <tanhuazhong@huawei.com> Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
parent
1e49432b91
commit
a1e144d7dc
|
@ -307,7 +307,7 @@ out:
|
|||
}
|
||||
|
||||
/**
|
||||
* hns3_nic_self_test - self test
|
||||
* hns3_self_test - self test
|
||||
* @ndev: net device
|
||||
* @eth_test: test cmd
|
||||
* @data: test result
|
||||
|
|
Loading…
Reference in New Issue