diff options
author | 2018-09-26 17:18:14 +0800 | |
---|---|---|
committer | 2018-09-28 10:25:11 -0700 | |
commit | a9ca7f17c6d240e269a24cbcd76abf9a940309dd (patch) | |
tree | 9eff92d6952d891272c6455017c09a5a2d09383e /tools/perf/scripts/python/stackcollapse.py | |
parent | qed: Remove set but not used variable 'p_archipelago' (diff) | |
download | linux-dev-a9ca7f17c6d240e269a24cbcd76abf9a940309dd.tar.xz linux-dev-a9ca7f17c6d240e269a24cbcd76abf9a940309dd.zip |
net: xen-netback: 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>
Acked-by: Wei Liu <wei.liu2@citrix.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'tools/perf/scripts/python/stackcollapse.py')
0 files changed, 0 insertions, 0 deletions