Files
linux/drivers
YueHaibing 8738fd312e net: faraday: fix return type of ndo_start_xmit function
[ Upstream commit 0a71515665 ]

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:39 +01:00
..
2019-05-14 19:17:53 +02:00
2019-10-05 13:09:45 +02:00
2019-10-07 18:57:08 +02:00
2019-11-12 19:20:30 +01:00
2019-11-20 18:47:13 +01:00
2019-11-20 18:47:35 +01:00
2019-07-26 09:14:05 +02:00
2018-12-21 14:15:17 +01:00
2018-11-13 11:08:51 -08:00
2019-09-16 08:22:25 +02:00
2019-05-31 06:46:14 -07:00
2019-10-11 18:21:13 +02:00