commit | ec65aafb9e3f316ff9167289e288856a7d528773 | [log] [tgz] |
---|---|---|
author | Johannes Berg <johannes.berg@intel.com> | Thu Apr 23 12:06:30 2015 +0200 |
committer | David S. Miller <davem@davemloft.net> | Thu Apr 23 11:38:14 2015 -0400 |
tree | 6cbd780b138adf04c0da03e811d937e6a54f5720 | |
parent | 608404290e2d9d1756db4013c4ee12fa7617dad9 [diff] |
netdev_alloc_pcpu_stats: use less common iterator variable With the CPU iteration variable called 'i', it's relatively easy to have variable shadowing which sparse will warn about. Avoid that by renaming the variable to __cpu which is less likely to be used in the surrounding context. Signed-off-by: Johannes Berg <johannes.berg@intel.com> Signed-off-by: David S. Miller <davem@davemloft.net>