diff options
author | 2022-10-24 16:14:32 +0800 | |
---|---|---|
committer | 2022-11-07 22:59:15 -0800 | |
commit | 83d261fc9e5fb03e8c32e365ca4ee53952611a2b (patch) | |
tree | 784cb37cf995c8e061eb2d5da9fb0b028989411b /tools/perf/scripts/python/export-to-postgresql.py | |
parent | mm/percpu: add comment to state the empty populated pages accounting (diff) | |
download | wireguard-linux-83d261fc9e5fb03e8c32e365ca4ee53952611a2b.tar.xz wireguard-linux-83d261fc9e5fb03e8c32e365ca4ee53952611a2b.zip |
mm/percpu: replace the goto with break
In function pcpu_reclaim_populated(), the line of goto jumping is
unnecessary since the label 'end_chunk' is near the end of the for
loop, use break instead.
Signed-off-by: Baoquan He <bhe@redhat.com>
Signed-off-by: Dennis Zhou <dennis@kernel.org>
Diffstat (limited to 'tools/perf/scripts/python/export-to-postgresql.py')
0 files changed, 0 insertions, 0 deletions