linux-uconsole/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
..
xgbe net: amd: fix return type of ndo_start_xmit function 2019-11-20 18:47:03 +01:00
7990.c
7990.h
a2065.c
a2065.h
am79c961a.c net: amd: fix return type of ndo_start_xmit function 2019-11-20 18:47:03 +01:00
am79c961a.h
amd8111e.c
amd8111e.h
ariadne.c
ariadne.h
atarilance.c net: amd: fix return type of ndo_start_xmit function 2019-11-20 18:47:03 +01:00
au1000_eth.c
au1000_eth.h
declance.c net: amd: fix return type of ndo_start_xmit function 2019-11-20 18:47:03 +01:00
hplance.c
hplance.h
Kconfig
lance.c
Makefile
mvme147.c
ni65.c
ni65.h
nmclan_cs.c
pcnet32.c
sun3lance.c net: amd: fix return type of ndo_start_xmit function 2019-11-20 18:47:03 +01:00
sunlance.c net: amd: fix return type of ndo_start_xmit function 2019-11-20 18:47:03 +01:00