diff options
| author | Varsha Rao <rvarsha016@gmail.com> | 2018-06-01 05:14:12 +0300 |
|---|---|---|
| committer | Kalle Valo <kvalo@codeaurora.org> | 2018-06-27 18:55:11 +0300 |
| commit | eb5d2f3afc0f924e55b508576d7d6366e02b6af2 (patch) | |
| tree | d12145eb4a68d535a03e7647617582fa9b0a8bc0 /tools/perf/scripts/python/intel-pt-events.py | |
| parent | 6fbef9540af027276deaabc43e1270b5e7952401 (diff) | |
| download | linux-eb5d2f3afc0f924e55b508576d7d6366e02b6af2.tar.xz | |
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 <lukas.bulwahn@gmail.com>
Signed-off-by: Varsha Rao <rvarsha016@gmail.com>
Signed-off-by: Kalle Valo <kvalo@codeaurora.org>
Diffstat (limited to 'tools/perf/scripts/python/intel-pt-events.py')
0 files changed, 0 insertions, 0 deletions
