summaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/failed-syscalls-by-pid.py
diff options
context:
space:
mode:
authorColin Ian King <colin.king@canonical.com>2017-10-19 12:58:21 +0200
committerJaegeuk Kim <jaegeuk@kernel.org>2017-11-15 21:58:09 -0800
commit91bea0c391b3c01b617237a107e76151c2b376b7 (patch)
tree844bbcc527dc2ab931e164ba0c8ac9135ed7595a /tools/perf/scripts/python/failed-syscalls-by-pid.py
parent807486c79534a3e9286f40a3cbf908a827d5a957 (diff)
f2fs: remove several redundant assignments
There are several assignments to variables that are redundant as the values are never read when the variables are updated later and so the redundant statements can be safely removed. Cleans up clang warnings: fs/f2fs/segment.c:923:19: warning: Value stored to 'p' during its initialization is never read fs/f2fs/segment.c:2060:2: warning: Value stored to 'hint' is never read fs/f2fs/segment.c:2353:2: warning: Value stored to 'start_block' is never read fs/f2fs/segment.c:2354:2: warning: Value stored to 'end_block' is never read Signed-off-by: Colin Ian King <colin.king@canonical.com> Reviewed-by: Chao Yu <yuchao0@huawei.com> Signed-off-by: Jaegeuk Kim <jaegeuk@kernel.org>
Diffstat (limited to 'tools/perf/scripts/python/failed-syscalls-by-pid.py')
0 files changed, 0 insertions, 0 deletions