summaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/bin/stackcollapse-record
diff options
context:
space:
mode:
authorColin Ian King <colin.i.king@gmail.com>2025-03-19 11:30:10 +0000
committerJaegeuk Kim <jaegeuk@kernel.org>2025-04-10 03:59:57 +0000
commit539d33455f96532ac88115c35b1769db966003c6 (patch)
tree511541c8e393e017858da7c1781b333030a7eb82 /tools/perf/scripts/python/bin/stackcollapse-record
parent0af2f6be1b4281385b618cb86ad946eded089ac8 (diff)
f2fs: remove redundant assignment to variable err
The variable err is being assigned a value zero and then the following goto page_hit reassigns err a new value. The zero assignment is redundant and can be removed. Signed-off-by: Colin Ian King <colin.i.king@gmail.com> [Jaegeuk Kim: clean up braces and if condition, suggested by Dan Carpenter] Reviewed-by: Chao Yu <chao@kernel.org> Signed-off-by: Jaegeuk Kim <jaegeuk@kernel.org>
Diffstat (limited to 'tools/perf/scripts/python/bin/stackcollapse-record')
0 files changed, 0 insertions, 0 deletions