mirror of
https://github.com/torvalds/linux.git
synced 2026-06-07 05:55:44 +02:00
net: hns3: fix prototype warning
[ Upstream commit a1e144d7dc ]
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>
Signed-off-by: Sasha Levin <sashal@kernel.org>
This commit is contained in:
parent
d4a14faf79
commit
8e89876c84
|
|
@ -301,7 +301,7 @@ static int hns3_lp_run_test(struct net_device *ndev, enum hnae3_loop mode)
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* 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
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user