diff options
| author | Varsha Rao <[email protected]> | 2018-06-01 07:44:12 +0530 |
|---|---|---|
| committer | Kalle Valo <[email protected]> | 2018-06-27 18:55:11 +0300 |
| commit | eb5d2f3afc0f924e55b508576d7d6366e02b6af2 (patch) | |
| tree | d12145eb4a68d535a03e7647617582fa9b0a8bc0 /tools/perf/scripts/python | |
| parent | 6fbef9540af027276deaabc43e1270b5e7952401 (diff) | |
brcmsmac: Remove unnecessary parentheses
This patch fixes the clang warning of extraneous parentheses, with the
following coccinelle script.
@@
identifier i;
expression e;
statement s;
@@
if (
-(i == e)
+i == e
)
s
Suggested-by: Lukas Bulwahn <[email protected]>
Signed-off-by: Varsha Rao <[email protected]>
Signed-off-by: Kalle Valo <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python')
0 files changed, 0 insertions, 0 deletions