summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/intel/i40evf
diff options
context:
space:
mode:
authorJacob Keller <jacob.e.keller@intel.com>2016-11-22 00:03:47 +0300
committerJeff Kirsher <jeffrey.t.kirsher@intel.com>2016-12-07 07:57:18 +0300
commit5951cf9495bcd2d6beee8c9e5b08671b7e540e4f (patch)
tree1b5d897195ed2c05fbdb43aba6e04cf80ed855af /drivers/net/ethernet/intel/i40evf
parent360238693d2bc93fb6ff73146ed358e84fe67961 (diff)
downloadlinux-5951cf9495bcd2d6beee8c9e5b08671b7e540e4f.tar.xz
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 <jacob.e.keller@intel.com> Tested-by: Andrew Bowers <andrewx.bowers@intel.com> Signed-off-by: Jeff Kirsher <jeffrey.t.kirsher@intel.com>
Diffstat (limited to 'drivers/net/ethernet/intel/i40evf')
0 files changed, 0 insertions, 0 deletions