commit | c0e58e93d722a53aa26b18110389c8131af9ddd9 | [log] [tgz] |
---|---|---|
author | Jacob Keller <jacob.e.keller@intel.com> | Tue Jun 16 13:39:11 2015 -0700 |
committer | Jeff Kirsher <jeffrey.t.kirsher@intel.com> | Wed Jun 17 14:20:52 2015 -0700 |
tree | 0aad3a227d0055fef02205f9afc427c4e2ce3fe6 | |
parent | ec6acb801e7b2908c24a60c8aabf47c3e40508a4 [diff] |
fm10k: use an unsigned int for i in ethtool_get_strings The value will never be negative, and we use the %u print format. Thus, use unsigned int for the loop counter. Issue found using cppcheck. Signed-off-by: Jacob Keller <jacob.e.keller@intel.com> Signed-off-by: Jeff Kirsher <jeffrey.t.kirsher@intel.com>