i40e: use unsigned printf format specifier for active_filters count
authorJacob Keller <[email protected]>
Mon, 21 Nov 2016 21:03:47 +0000 (13:03 -0800)
committerJeff Kirsher <[email protected]>
Wed, 7 Dec 2016 04:57:18 +0000 (20:57 -0800)
commit5951cf9495bcd2d6beee8c9e5b08671b7e540e4f
tree1b5d897195ed2c05fbdb43aba6e04cf80ed855af
parent360238693d2bc93fb6ff73146ed358e84fe67961
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]>
drivers/net/ethernet/intel/i40e/i40e_debugfs.c