diff options
author | David Sterba <dsterba@suse.com> | 2024-05-20 19:46:44 +0200 |
---|---|---|
committer | David Sterba <dsterba@suse.com> | 2024-07-11 15:33:18 +0200 |
commit | d2715d1db455e5e1099c48408aeae15551b67e02 (patch) | |
tree | 1f2b6c77f9f82be9126fffa8186cee861cc2cde9 /fs/btrfs/dev-replace.c | |
parent | 91629e6dea437c6e7f01431e423a90ed1bab5db3 (diff) | |
download | linux-d2715d1db455e5e1099c48408aeae15551b67e02.tar.gz linux-d2715d1db455e5e1099c48408aeae15551b67e02.tar.bz2 linux-d2715d1db455e5e1099c48408aeae15551b67e02.zip |
btrfs: use for-local variables that shadow function variables
We've started to use for-loop local variables and in a few places this
shadows a function variable. Convert a few cases reported by 'make W=2'.
If applicable also change the style to post-increment, that's the
preferred one.
Reviewed-by: Boris Burkov <boris@bur.io>
Reviewed-by: Anand Jain <anand.jain@oracle.com>
Reviewed-by: Naohiro Aota <naohiro.aota@wdc.com>
Signed-off-by: David Sterba <dsterba@suse.com>
Diffstat (limited to 'fs/btrfs/dev-replace.c')
0 files changed, 0 insertions, 0 deletions