aboutsummaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python
diff options
context:
space:
mode:
authorWolfram Sang <[email protected]>2024-06-20 20:25:38 +0200
committerGreg Kroah-Hartman <[email protected]>2024-06-24 15:25:51 +0200
commit71f738bb136bb289c0c9ec51d3e614dd1f861512 (patch)
treea23433ff96dcc51a55e54563581a78d1e63bede9 /tools/perf/scripts/python
parent7dff0b27d9c842f88149bf611cbc0b59be1dcd3c (diff)
staging: vc04_services: 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. Signed-off-by: Wolfram Sang <[email protected]> Reviewed-by: Stefan Wahren <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Greg Kroah-Hartman <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python')
0 files changed, 0 insertions, 0 deletions