aboutsummaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/net_dropmonitor.py
diff options
context:
space:
mode:
authorAndy Shevchenko <[email protected]>2020-08-17 18:07:24 +0200
committerMauro Carvalho Chehab <[email protected]>2020-09-10 14:10:27 +0200
commitbbacb2740343ed6041c4e20fdc1996cc2c4917fb (patch)
tree1f0b6ec1573099b5b0fd5cb3850ea27f15c5ff98 /tools/perf/scripts/python/net_dropmonitor.py
parentd8fc21c17099635e8ebd986d042be65a6c6b5bd0 (diff)
media: ipu3-cio2: Simplify cleanup code
The code looks more nicer if we use: while (i--) instead: for (i = i - 1; i >= 0; i--) This would also allow making 'i' unsigned again. Signed-off-by: Andy Shevchenko <[email protected]> Signed-off-by: Sakari Ailus <[email protected]> Signed-off-by: Mauro Carvalho Chehab <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/net_dropmonitor.py')
0 files changed, 0 insertions, 0 deletions