aboutsummaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/syscall-counts.py
diff options
context:
space:
mode:
authorGreg Kroah-Hartman <[email protected]>2019-01-10 21:24:13 +0100
committerDavid S. Miller <[email protected]>2019-01-15 21:45:21 -0800
commitf275ee0fa3a06eb87edc229749cf1eb18f0663fa (patch)
tree4042475e5050085618e212fbfb8b5f0388522f54 /tools/perf/scripts/python/syscall-counts.py
parent13d7f46386e060df31b727c9975e38306fa51e7a (diff)
IN_BADCLASS: fix macro to actually work
Commit 65cab850f0ee ("net: Allow class-e address assignment via ifconfig ioctl") modified the IN_BADCLASS macro a bit, but unfortunatly one too many '(' characters were added to the line, making any code that used it, not build properly. Also, the macro now compares an unsigned with a signed value, which isn't ok, so fix that up by making both types match properly. Reported-by: Christopher Ferris <[email protected]> Fixes: 65cab850f0ee ("net: Allow class-e address assignment via ifconfig ioctl") Cc: Dave Taht <[email protected]> Signed-off-by: Greg Kroah-Hartman <[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