Files
linux/drivers/net
YueHaibing 090ec4159b net: amd: fix return type of ndo_start_xmit function
[ Upstream commit fe72352e37 ]

The method ndo_start_xmit() is defined as returning an 'netdev_tx_t',
which is a typedef for an enum type, so make sure the implementation in
this driver has returns 'netdev_tx_t' value, and change the function
return type to netdev_tx_t.

Found by coccinelle.

Signed-off-by: YueHaibing <yuehaibing@huawei.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Signed-off-by: Sasha Levin <sashal@kernel.org>
2023-05-15 15:09:53 +09:00
..
2016-06-15 22:06:06 -07:00
2023-05-15 14:32:27 +09:00
2023-05-15 14:28:27 +09:00
2023-05-15 14:01:41 +09:00
2016-05-09 00:00:28 -04:00
2018-03-22 09:17:57 +01:00