diff options
| author | 2016-10-17 00:17:20 -0200 | |
|---|---|---|
| committer | 2016-10-17 10:27:55 +0200 | |
| commit | dcb9360e66289d6336f8dbd483babf39ac8e73a5 (patch) | |
| tree | b190b6b46e8e512e5948b27de64da8620589d0eb /include | |
| parent | staging: vt6656: Compress return logic into one line. (diff) | |
staging: xgifb: 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')
0 files changed, 0 insertions, 0 deletions
