fm10k: use variadic arguments to fm10k_add_stat_strings
authorJacob Keller <jacob.e.keller@intel.com>
Thu, 12 Apr 2018 18:15:56 +0000 (11:15 -0700)
committerJeff Kirsher <jeffrey.t.kirsher@intel.com>
Wed, 9 May 2018 16:02:33 +0000 (09:02 -0700)
commitd63bb21a7e722fcaa6cc6a217f21fe25a9e2c89e
treeba7162976d06cc347194290196b8a157161142ba
parent2ead8ae110c6b62fe4d1d1bf04855e86582b96f5
fm10k: use variadic arguments to fm10k_add_stat_strings

Instead of using a fixed prefix string we setup before each call to
fm10k_add_stat_strings, modify the helper to take variadic arguments and
pass them to vsnprintf. This requires changing the fm10k_stat strings to
take % format specifiers where necessary, but the resulting code is much
simpler.

Signed-off-by: Jacob Keller <jacob.e.keller@intel.com>
Tested-by: Krishneil Singh <krishneil.k.singh@intel.com>
Signed-off-by: Jeff Kirsher <jeffrey.t.kirsher@intel.com>
drivers/net/ethernet/intel/fm10k/fm10k_ethtool.c