diff options
author | Fengguang Wu <[email protected]> | 2018-03-07 02:23:23 +0800 |
---|---|---|
committer | David S. Miller <[email protected]> | 2018-03-07 13:34:41 -0500 |
commit | 7d99429afa9393968261a425b1e1b57298e48a75 (patch) | |
tree | d41406f8d4e71f0d612728a5b67adb840bf910cb /tools/perf/scripts/python/syscall-counts.py | |
parent | b1312b85012245923b5cb59ac324a5649eefefcb (diff) |
enic: fix boolreturn.cocci warnings
drivers/net/ethernet/cisco/enic/vnic_dev.c:1294:9-10: WARNING: return of 0/1 in function 'vnic_dev_capable_udp_rss' with return type bool
Return statements in functions returning bool should use
true/false instead of 1/0.
Generated by: scripts/coccinelle/misc/boolreturn.cocci
Fixes: 48398b6e7065 ("enic: set UDP rss flag")
CC: Govindarajulu Varadarajan <[email protected]>
Signed-off-by: Fengguang Wu <[email protected]>
Signed-off-by: David S. Miller <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/syscall-counts.py')
0 files changed, 0 insertions, 0 deletions