diff options
| author | Sanjana Sanikommu <[email protected]> | 2019-03-31 16:11:42 +0530 |
|---|---|---|
| committer | Greg Kroah-Hartman <[email protected]> | 2019-04-01 19:31:11 +0200 |
| commit | 9a3aebc02a8469decafd0aae557082ff15259b85 (patch) | |
| tree | 2d60220111c495e571cf756e09a45d25a7f5b763 /tools/perf/scripts/python/bin | |
| parent | 135afb2b2184d95c5b57207b558e8f781b1e7f0e (diff) | |
staging: sm750fb: Remove unnecessary parenthesis.
Challenge suggested by coccinelle.
Remove unnecessary parenthesis around the right hand
of the assignment using the below script.
@@
binary operator op = {!=,&&,||,>=,<=,&,|};
expression l, r, t;
@@
(
l = (r op t)
|
l =
-(
r
-)
)
Signed-off-by: Sanjana Sanikommu <[email protected]>
Signed-off-by: Greg Kroah-Hartman <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/bin')
0 files changed, 0 insertions, 0 deletions