diff options
| author | 2024-06-04 23:22:37 +0200 | |
|---|---|---|
| committer | 2024-07-03 16:40:18 +0200 | |
| commit | 531a185d549e1c6225d7e1e553ba1c14dc391d69 (patch) | |
| tree | bc8683896dcab299644ae8b7c898e80d0fda30b6 /include/linux/bcma/ssh:/git@git.zx2c4.com/git: | |
| parent | misc: apds990x: use 'time_left' variable with wait_event_interruptible_timeout() (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 <wsa+renesas@sang-engineering.com>
Link: https://lore.kernel.org/r/20240604212240.4529-3-wsa+renesas@sang-engineering.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'include/linux/bcma/ssh:/git@git.zx2c4.com/git:')
0 files changed, 0 insertions, 0 deletions
