diff options
| author | Alison Schofield <[email protected]> | 2016-02-10 10:34:00 -0800 |
|---|---|---|
| committer | Greg Kroah-Hartman <[email protected]> | 2016-02-11 20:00:30 -0800 |
| commit | 474be12de61c60503ee6164b65afd5608e60b80c (patch) | |
| tree | 99d37a30960c07028569f887e1cf8cd80515afb0 /tools/perf/scripts/python/netdev-times.py | |
| parent | 5a41b934766a00764669922f1faac1fbdcc179bd (diff) | |
staging: gdm72xx: 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: Alison Schofield <[email protected]>
Acked-by: Julia Lawall <[email protected]>
Signed-off-by: Greg Kroah-Hartman <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/netdev-times.py')
0 files changed, 0 insertions, 0 deletions