diff options
author | Namrata A Shettar <[email protected]> | 2016-09-30 19:14:36 +0530 |
---|---|---|
committer | Greg Kroah-Hartman <[email protected]> | 2016-10-02 17:19:51 +0200 |
commit | 0ca8df12e78f3085224faac9058a2d278992dd82 (patch) | |
tree | abd45329c9042a3b608914cfd375900cfa630c44 /scripts/gdb/linux/lists.py | |
parent | 52b4f6e081ba20adac694f5e445be2dcb469d3a1 (diff) |
staging: wilc1000: wilc_wlan: Compress return logic
Compress return logic. Done using Coccinelle :
@@
local idexpression ret;
expression e;
@@
-ret=
+return
e;
-return ret;
Signed-off-by: Namrata A Shettar <[email protected]>
Signed-off-by: Greg Kroah-Hartman <[email protected]>
Diffstat (limited to 'scripts/gdb/linux/lists.py')
0 files changed, 0 insertions, 0 deletions