summaryrefslogtreecommitdiff
path: root/rust/helpers/workqueue.c
diff options
context:
space:
mode:
authorWolfram Sang <wsa+renesas@sang-engineering.com>2024-06-05 00:29:20 +0300
committerMiquel Raynal <miquel.raynal@bootlin.com>2024-07-17 11:39:38 +0300
commitbf66d81975d4240b46659ea2392fe65d83527140 (patch)
tree55d0660f9a4be57fc04788650fb52778e1996ce6 /rust/helpers/workqueue.c
parentcbbfb0b4f89733f0152c8a784a24417cd1083f52 (diff)
downloadlinux-bf66d81975d4240b46659ea2392fe65d83527140.tar.xz
mtd: rawnand: mxc: 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 <wsa+renesas@sang-engineering.com> Signed-off-by: Miquel Raynal <miquel.raynal@bootlin.com> Link: https://lore.kernel.org/linux-mtd/20240604212919.5038-5-wsa+renesas@sang-engineering.com
Diffstat (limited to 'rust/helpers/workqueue.c')
0 files changed, 0 insertions, 0 deletions