1
0
Fork 0
alistair23-linux/drivers/net/ethernet/micrel
YueHaibing 2b49117a5a net: micrel: fix return type of ndo_start_xmit function
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>
2018-09-21 19:11:39 -07:00
..
Kconfig drivers/net: remove all references to obsolete Ethernet-HOWTO 2015-06-23 06:50:35 -07:00
Makefile License cleanup: add SPDX GPL-2.0 license identifier to files with no license 2017-11-02 11:10:55 +01:00
ks8695net.c net: micrel: fix return type of ndo_start_xmit function 2018-09-21 19:11:39 -07:00
ks8695net.h License cleanup: add SPDX GPL-2.0 license identifier to files with no license 2017-11-02 11:10:55 +01:00
ks8842.c networking: make skb_put & friends return void pointers 2017-06-16 11:48:39 -04:00
ks8851.c net: ks8851: Support DT-provided MAC address 2017-12-19 13:52:39 -05:00
ks8851.h drivers/net: fix up stale paths from driver reorg 2012-01-30 12:54:40 -05:00
ks8851_mll.c net: micrel: fix return type of ndo_start_xmit function 2018-09-21 19:11:39 -07:00
ksz884x.c ethernet: micrel: remove redundant pointer 'info' 2018-07-04 22:39:11 +09:00