Files
linux/drivers/net/ethernet/amd
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
..
2013-12-29 00:46:38 -05:00
2011-08-10 19:54:11 -07:00
2014-06-05 15:14:21 -07:00
2014-06-05 15:14:21 -07:00
2011-08-10 19:54:11 -07:00