aboutsummaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/syscall-counts.py
diff options
context:
space:
mode:
authorLuc Van Oostenryck <[email protected]>2018-04-24 15:18:46 +0200
committerSimon Wunderlich <[email protected]>2018-04-25 19:33:36 +0200
commit6bf9e4d39a582a4beea1844d6955cb2ebc979a67 (patch)
treee7b09218e6124cce3b7074f79f9f64210c634024 /tools/perf/scripts/python/syscall-counts.py
parentdc06338df9a8443dcff6c7be03ab792ea682d9ab (diff)
batman-adv: fix batadv_interface_tx()'s return type
The method ndo_start_xmit() is defined as returning an 'netdev_tx_t', which is a typedef for an enum type, but the implementation in this driver returns an 'int'. Fix this by returning 'netdev_tx_t' in this driver too. Signed-off-by: Luc Van Oostenryck <[email protected]> [[email protected]: fixed alignment] Signed-off-by: Sven Eckelmann <[email protected]> Signed-off-by: Simon Wunderlich <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/syscall-counts.py')
0 files changed, 0 insertions, 0 deletions