diff options
author | YueHaibing <yuehaibing@huawei.com> | 2018-09-19 13:32:40 +0300 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2019-11-20 20:47:02 +0300 |
commit | 63a0e0512dba6ead5dff7f64177ccc23eb2e23d2 (patch) | |
tree | 7e8c64e3f2d078d4218eee709043f6c084ca93cf /drivers/net/ethernet/broadcom/bcm63xx_enet.c | |
parent | df9f5c799d85d0b6116803b4271ca917251ae804 (diff) | |
download | linux-63a0e0512dba6ead5dff7f64177ccc23eb2e23d2.tar.xz |
net: xilinx: fix return type of ndo_start_xmit function
[ Upstream commit 81255af8d9d5565004792c295dde49344df450ca ]
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>
Diffstat (limited to 'drivers/net/ethernet/broadcom/bcm63xx_enet.c')
0 files changed, 0 insertions, 0 deletions