diff options
| author | 2017-03-12 20:37:30 +0530 | |
|---|---|---|
| committer | 2017-03-14 06:27:31 +0800 | |
| commit | 06cb6b5434937180251d0ddb3d9a4cb2af6015da (patch) | |
| tree | a9282b3b5339060e9eae00353cc6c1894a5c77ec /tools/perf/scripts/python/call-graph-from-postgresql.py | |
| parent | staging: lustre shorten multiple lines over 80 char in lu_object.h (diff) | |
staging: comedi: Compress return logic into one line.
Simplify function return by merging assignment and return into a single
line. The following coccinelle script is used to fix this issue.
@@
expression e;
local idexpression ret;
@@
-ret = e;
-return ret;
+return e;
Signed-off-by: Varsha Rao <rvarsha016@gmail.com>
Acked-by: Julia Lawall <julia.lawall@lip6.fr>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'tools/perf/scripts/python/call-graph-from-postgresql.py')
0 files changed, 0 insertions, 0 deletions
