linux/drivers/net/ethernet/cavium
YueHaibing ac1172dea1 net: cavium: 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:02:29 -07:00
..
common net: cavium: use module_pci_driver to simplify the code 2018-03-29 14:36:33 -04:00
liquidio net: cavium: fix return type of ndo_start_xmit function 2018-09-18 20:02:29 -07:00
octeon net: cavium: fix return type of ndo_start_xmit function 2018-09-18 20:02:29 -07:00
thunder Merge ra.kernel.org:/pub/scm/linux/kernel/git/davem/net 2018-08-09 11:52:36 -07:00
Kconfig Merge ra.kernel.org:/pub/scm/linux/kernel/git/torvalds/linux 2018-07-20 21:17:12 -07:00
Makefile net: add support for Cavium PTP coprocessor 2018-01-16 14:31:14 -05:00