aboutsummaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/bin/task-analyzer-record
diff options
context:
space:
mode:
authorWolfram Sang <[email protected]>2024-06-04 23:22:37 +0200
committerGreg Kroah-Hartman <[email protected]>2024-07-03 16:40:18 +0200
commit531a185d549e1c6225d7e1e553ba1c14dc391d69 (patch)
treebc8683896dcab299644ae8b7c898e80d0fda30b6 /tools/perf/scripts/python/bin/task-analyzer-record
parent71f592d204ba2199a8d4fe174a1024cceb9e9096 (diff)
misc: bh1770glc: use 'time_left' variable with wait_event_interruptible_timeout()
There is a confusing pattern in the kernel to use a variable named 'timeout' to store the result of wait_event_interruptible_timeout() causing patterns like: timeout = wait_event_interruptible_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]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Greg Kroah-Hartman <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/bin/task-analyzer-record')
0 files changed, 0 insertions, 0 deletions