linux_dsm_epyc7002/drivers/net/ethernet/chelsio/cxgb4vf
Luc Van Oostenryck 2a78478439 cxgb4vf: fix t4vf_eth_xmit()'s return type
The method ndo_start_xmit() is defined as returning an 'netdev_tx_t',
which is a typedef for an enum type, but the implementation in this
driver returns an 'int'.

Fix this by returning 'netdev_tx_t' in this driver too.

Signed-off-by: Luc Van Oostenryck <luc.vanoostenryck@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
2020-06-28 20:52:53 -07:00
..
adapter.h cxgb4vf: fix t4vf_eth_xmit()'s return type 2020-06-28 20:52:53 -07:00
cxgb4vf_main.c cxgb4vf: update kernel-doc line comments 2020-06-23 15:18:48 -07:00
Makefile
sge.c cxgb4vf: fix t4vf_eth_xmit()'s return type 2020-06-28 20:52:53 -07:00
t4vf_common.h cxgb4/cxgb4vf: fix flow control display for auto negotiation 2019-12-30 14:40:42 -08:00
t4vf_defs.h
t4vf_hw.c cxgb4vf: update kernel-doc line comments 2020-06-23 15:18:48 -07:00