aboutsummaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/syscall-counts-by-pid.py
diff options
context:
space:
mode:
authorTony Nguyen <anthony.l.nguyen@intel.com>2020-07-13 13:53:18 -0700
committerTony Nguyen <anthony.l.nguyen@intel.com>2020-07-29 08:38:56 -0700
commit6221595fc5fd55a457d0439a381c388d967f2011 (patch)
tree1b9aaa1fb96469427bda85a7eee1526c7d6049e6 /tools/perf/scripts/python/syscall-counts-by-pid.py
parent7dfff9ffe8df7181c2840de2dc861795cf8d8147 (diff)
ice: fix unused parameter warning
Depending on PAGE_SIZE, the following unused parameter warning can be reported: drivers/net/ethernet/intel/ice/ice_txrx.c: In function ‘ice_rx_frame_truesize’: drivers/net/ethernet/intel/ice/ice_txrx.c:513:21: warning: unused parameter ‘size’ [-Wunused-parameter] unsigned int size) The 'size' variable is used only when PAGE_SIZE >= 8192. Add __maybe_unused to remove the warning. Signed-off-by: Tony Nguyen <anthony.l.nguyen@intel.com> Tested-by: Andrew Bowers <andrewx.bowers@intel.com>
Diffstat (limited to 'tools/perf/scripts/python/syscall-counts-by-pid.py')
0 files changed, 0 insertions, 0 deletions