From: Jacob Keller Date: Tue, 16 Jun 2015 20:39:11 +0000 (-0700) Subject: fm10k: use an unsigned int for i in ethtool_get_strings X-Git-Tag: omap-for-v4.3/legacy-v2-signed~163^2~53^2~10 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c0e58e93d722a53aa26b18110389c8131af9ddd9;p=pandora-kernel.git 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 Signed-off-by: Jeff Kirsher --- Reading git-diff-tree failed