diff options
| author | 2016-10-13 19:45:59 +0300 | |
|---|---|---|
| committer | 2016-10-16 10:27:33 +0200 | |
| commit | 1cbe7adb9c6d10830494e81f2867858da2fd4c53 (patch) | |
| tree | a480d8f232d70695791ffb19d97fd53007fe7261 /include/linux | |
| parent | Staging: rtl8188eu: hal: Compress return logic into one line (diff) | |
Staging: netlogic: Compress return logic into one line
Simplify function returns by merging assignment and return into
one command line.
Found with Coccinelle
@@
expression e, ret;
@@
-ret =
+return
e;
-return ret;
Signed-off-by: Mihaela Muraru <mihaela.muraru21@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'include/linux')
0 files changed, 0 insertions, 0 deletions
