commit | 63c713e1e810a5470d96e2a74ab288d14e45aa14 | [log] [tgz] |
---|---|---|
author | Johannes Berg <johannes.berg@intel.com> | Fri Nov 09 11:14:51 2018 +0100 |
committer | Johannes Berg <johannes.berg@intel.com> | Fri Nov 09 11:14:51 2018 +0100 |
tree | c63a50c23150ceb4d61b87a9da7dee52b6126ca4 | |
parent | 6af8354f1db95a01a1ca0638868367d7fa7b6324 [diff] |
mac80211: debugfs: avoid variable shadowing We have a macro here that uses an inner variable 'i' that also exists in the outer scope - use '_i' in the macro. Signed-off-by: Johannes Berg <johannes.berg@intel.com>