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:
Huazhong Tan 2021-03-26 09:36:25 +08:00 committed by David S. Miller
parent 1e49432b91
commit a1e144d7dc
1 changed files with 1 additions and 1 deletions

View File

@ -307,7 +307,7 @@ out:
} }
/** /**
* hns3_nic_self_test - self test * hns3_self_test - self test
* @ndev: net device * @ndev: net device
* @eth_test: test cmd * @eth_test: test cmd
* @data: test result * @data: test result