diff options
| author | Rehas Sachdeva <[email protected]> | 2016-09-20 18:41:18 +0530 |
|---|---|---|
| committer | Greg Kroah-Hartman <[email protected]> | 2016-09-22 11:54:48 +0200 |
| commit | 837b65555359b8232f54211317a2da28303d9c5a (patch) | |
| tree | 1a9c094ebfe4c6125df5c2709b86addb2d0b755c /tools/perf/scripts/python | |
| parent | f3151e0043099bed805cecb7f363331e8c0a0449 (diff) | |
staging: sm750fb: Remove unnecessary parentheses
Remove unnecessary parentheses from right side of an assignment. Issue
detected by the following Coccinelle semantic patch:
@r@
identifier x;
expression e1, e2;
@@
- x = (e1 << e2);
+ x = e1 << e2;
Signed-off-by: Rehas Sachdeva <[email protected]>
Acked-by: Julia Lawall <[email protected]>
Signed-off-by: Greg Kroah-Hartman <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python')
0 files changed, 0 insertions, 0 deletions