diff options
author | Jacob Keller <[email protected]> | 2016-11-21 13:03:47 -0800 |
---|---|---|
committer | Jeff Kirsher <[email protected]> | 2016-12-06 20:57:18 -0800 |
commit | 5951cf9495bcd2d6beee8c9e5b08671b7e540e4f (patch) | |
tree | 1b5d897195ed2c05fbdb43aba6e04cf80ed855af /tools/perf/util/scripting-engines/trace-event-python.c | |
parent | 360238693d2bc93fb6ff73146ed358e84fe67961 (diff) |
i40e: use unsigned printf format specifier for active_filters count
Replace the %d specifier used for printing vsi->active_filters and
vsi->promisc_threshold with an unsigned %u format specifier. While it is
unlikely in practice that these values will ever reach such a large
number they are unsigned values and thus should not be interpreted as
negative numbers.
Change-ID: Iff050fad5a1c8537c4c57fcd527441cd95cfc0d4
Signed-off-by: Jacob Keller <[email protected]>
Tested-by: Andrew Bowers <[email protected]>
Signed-off-by: Jeff Kirsher <[email protected]>
Diffstat (limited to 'tools/perf/util/scripting-engines/trace-event-python.c')
0 files changed, 0 insertions, 0 deletions