aboutsummaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/bin/stackcollapse-report
diff options
context:
space:
mode:
authorWolfram Sang <[email protected]>2024-08-05 23:51:14 +0200
committerHans Verkuil <[email protected]>2024-08-09 07:56:39 +0200
commit0016b5a5c71ef426d88bff2b14096ddf86c4181f (patch)
treed3c7d7a5a09b8253ea9f11119f96606643acdb17 /tools/perf/scripts/python/bin/stackcollapse-report
parentec1d98e9c60a7882d3c96c79eb67b92a34c5352f (diff)
media: allegro: use 'time_left' variable with wait_for_completion_timeout()
There is a confusing pattern in the kernel to use a variable named 'timeout' to store the result of wait_for_completion_timeout() causing patterns like: timeout = wait_for_completion_timeout(...) if (!timeout) return -ETIMEDOUT; with all kinds of permutations. Use 'time_left' as a variable to make the code self explaining, also for the code path using 'tmo' as a variable. Signed-off-by: Wolfram Sang <[email protected]> Signed-off-by: Hans Verkuil <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/bin/stackcollapse-report')
0 files changed, 0 insertions, 0 deletions