linux/drivers/net/ethernet/ibm
YueHaibing 94b2bb28db net: ibm: 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-18 20:03:37 -07:00
..
ehea net: ibm: fix return type of ndo_start_xmit function 2018-09-18 20:03:37 -07:00
emac net: ibm: fix return type of ndo_start_xmit function 2018-09-18 20:03:37 -07:00
ibmveth.c treewide: kmalloc() -> kmalloc_array() 2018-06-12 16:19:22 -07:00
ibmveth.h
ibmvnic.c net: ibm: fix return type of ndo_start_xmit function 2018-09-18 20:03:37 -07:00
ibmvnic.h ibmvnic: Remove code to request error information 2018-08-07 12:46:27 -07:00
Kconfig
Makefile