diff options
| author | 2016-10-17 00:15:47 -0200 | |
|---|---|---|
| committer | 2016-10-17 10:27:55 +0200 | |
| commit | a98753b7e94c867361228c59edf9be195d1dfd84 (patch) | |
| tree | 44d5715f8b0a22ff01e9bf2f195bc75987352874 /include/linux/workqueue.h | |
| parent | staging: xgifb: Compress return logic into one line. (diff) | |
staging: rtl8192e: Compress return logic into one line.
Simplify return logic to avoid unnecessary variable assignments.
Coccinelle was used with this semantic patch:
@@
local idexpression ret;
expression e;
@@
-ret =
+return
e;
-return ret;
Signed-off-by: Elise Lennion <elise.lennion@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'include/linux/workqueue.h')
0 files changed, 0 insertions, 0 deletions
