diff options
author | Jacob Keller <jacob.e.keller@intel.com> | 2016-11-21 13:03:47 -0800 |
---|---|---|
committer | Jeff Kirsher <jeffrey.t.kirsher@intel.com> | 2016-12-06 20:57:18 -0800 |
commit | 5951cf9495bcd2d6beee8c9e5b08671b7e540e4f (patch) | |
tree | 1b5d897195ed2c05fbdb43aba6e04cf80ed855af /fs/ecryptfs/super.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 <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 'fs/ecryptfs/super.c')
0 files changed, 0 insertions, 0 deletions