diff options
| author | Ioana Ciornei <ciorneiioana@gmail.com> | 2015-10-21 23:17:55 +0300 |
|---|---|---|
| committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2015-10-24 19:33:42 -0700 |
| commit | 44209c93299efbc84eb8c29827b3132bf06f7e42 (patch) | |
| tree | 6abdc7ac3be8a0e9c866818891d7c95c0cb9c3ea /tools/perf/scripts/python/syscall-counts.py | |
| parent | 181225530e2f625869fb8ad242444d8efa8a478b (diff) | |
staging: dgap: remove unnecessary brackets
This patch removes unnecessary brackets when dealing with
unary operators like '&'.
Done with coccinelle semantic patch:
@@
expression e;
@@
(
- &(e)
+ &e
)
Signed-off-by: Ioana Ciornei <ciorneiioana@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'tools/perf/scripts/python/syscall-counts.py')
0 files changed, 0 insertions, 0 deletions
