summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/broadcom/bcm63xx_enet.c
diff options
context:
space:
mode:
authorYueHaibing <yuehaibing@huawei.com>2018-09-19 13:32:40 +0300
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2019-11-20 20:47:02 +0300
commit63a0e0512dba6ead5dff7f64177ccc23eb2e23d2 (patch)
tree7e8c64e3f2d078d4218eee709043f6c084ca93cf /drivers/net/ethernet/broadcom/bcm63xx_enet.c
parentdf9f5c799d85d0b6116803b4271ca917251ae804 (diff)
downloadlinux-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