Files
linux/drivers/net/ethernet/amd
YueHaibing 5d52c10c34 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>
2019-11-20 18:47:03 +01:00
..
2017-08-22 14:35:36 -07:00
2018-06-12 16:19:22 -07:00