summaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/failed-syscalls-by-pid.py
diff options
context:
space:
mode:
authorDavid Sterba <dsterba@suse.cz>2015-02-24 21:45:15 +0300
committerDavid Sterba <dsterba@suse.cz>2015-03-03 19:24:35 +0300
commit258ece02126a67af263746e1ae5f8ddf0d492e14 (patch)
tree925c2ccfbad05c1e27f7bc9ad5495165aa35c2b3 /tools/perf/scripts/python/failed-syscalls-by-pid.py
parent093adbcedf123f366e5eef0c4ccd815920f725f3 (diff)
downloadlinux-258ece02126a67af263746e1ae5f8ddf0d492e14.tar.xz
btrfs: remove shadowing variables in __btrfs_map_block
1) We can safely use the function's 'i'. Fixes warning fs/btrfs/volumes.c:5257:7: warning: declaration of 'i' shadows a previous local fs/btrfs/volumes.c:4951:6: warning: shadowed declaration is here 2) A local variable duplicates name of an argument, we can use the value directly. Fixes warning fs/btrfs/volumes.c:5433:8: warning: declaration of 'length' shadows a parameter fs/btrfs/volumes.c:4935:27: warning: shadowed declaration is here Signed-off-by: David Sterba <dsterba@suse.cz>
Diffstat (limited to 'tools/perf/scripts/python/failed-syscalls-by-pid.py')
0 files changed, 0 insertions, 0 deletions