diff options
| author | Julia Lawall <[email protected]> | 2020-09-27 21:12:25 +0200 |
|---|---|---|
| committer | Jonathan Cameron <[email protected]> | 2020-09-29 17:27:08 +0100 |
| commit | bbbeac88fb3540b9421c90866a04a7a89cc6adab (patch) | |
| tree | f9c75ead5ef6dc0b63a93599990746f73a3dda74 /tools/perf/scripts/python | |
| parent | c8283ba8e28c6863d0b8703a4e567d6555c43ac2 (diff) | |
counter: use semicolons rather than commas to separate statements
Replace commas with semicolons. What is done is essentially described by
the following Coccinelle semantic patch (http://coccinelle.lip6.fr/):
// <smpl>
@@ expression e1,e2; @@
e1
-,
+;
e2
... when any
// </smpl>
Signed-off-by: Julia Lawall <[email protected]>
Reviewed-by: David Lechner <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Jonathan Cameron <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python')
0 files changed, 0 insertions, 0 deletions