diff options
| author | Ioana Ciornei <ciorneiioana@gmail.com> | 2015-10-21 23:17:56 +0300 |
|---|---|---|
| committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2015-10-24 19:33:42 -0700 |
| commit | a9108b71b1f7335149d68fbd166af7236ed60373 (patch) | |
| tree | 1a6903d60fc8eb40eaf6b9633a69851f192d0023 /tools/perf/scripts/python/syscall-counts.py | |
| parent | 44209c93299efbc84eb8c29827b3132bf06f7e42 (diff) | |
staging: dgap: add spaces around binary operator '|'
This patch adds spaces around binary operator '|'.
Done with coccinelle semantic patch:
@@
identifier x, y, z;
@@
(
- x|y|z
+ x | y | z
|
- x|y
+ x | y
)
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
