summaryrefslogtreecommitdiffstats
path: root/arch/arm
diff options
context:
space:
mode:
authorYueHaibing <yuehaibing@huawei.com>2018-09-26 11:15:38 +0200
committerDavid S. Miller <davem@davemloft.net>2018-09-28 19:25:11 +0200
commiteddf11e18dff0e8671e06ce54e64cfc843303ab9 (patch)
tree2d9a65f6b442bc2f69d7193e2daa1afe50066d69 /arch/arm
parentMerge branch 'netlink-nested-policy-validation' (diff)
downloadlinux-eddf11e18dff0e8671e06ce54e64cfc843303ab9.tar.xz
linux-eddf11e18dff0e8671e06ce54e64cfc843303ab9.zip
net: ovs: 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>
Diffstat (limited to 'arch/arm')
0 files changed, 0 insertions, 0 deletions