diff options
| author | Elizabeth Ferdman <[email protected]> | 2016-10-09 11:35:54 -0700 |
|---|---|---|
| committer | Greg Kroah-Hartman <[email protected]> | 2016-10-16 10:26:02 +0200 |
| commit | 06d1f85e8118d9fb715891652e6dde2afda066b4 (patch) | |
| tree | 72334166f6457c4a6f8634e6c4a5b40b415fad8a /tools/perf/scripts/python | |
| parent | 5e5a1138ff09dd3d2ad683f6d40f8d2dd08f1559 (diff) | |
staging: i4l: remove parens around return statement
Remove parentheses surrounding return statements. Error found by
checkpatch.
changes made using coccinelle script:
@@
expression e,e1;
@@
(
return (e / e1);
|
return
-(
e
-)
;
)
Signed-off-by: Elizabeth Ferdman <[email protected]>
Signed-off-by: Greg Kroah-Hartman <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python')
0 files changed, 0 insertions, 0 deletions