diff options
author | 2016-09-20 18:41:18 +0530 | |
---|---|---|
committer | 2016-09-22 11:54:48 +0200 | |
commit | 837b65555359b8232f54211317a2da28303d9c5a (patch) | |
tree | 1a9c094ebfe4c6125df5c2709b86addb2d0b755c /tools/perf/scripts/python/call-graph-from-postgresql.py | |
parent | staging: sm750fb: Use BIT(x) macro (diff) | |
download | linux-dev-837b65555359b8232f54211317a2da28303d9c5a.tar.xz linux-dev-837b65555359b8232f54211317a2da28303d9c5a.zip |
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 <aquannie@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