diff options
| author | Julia Lawall <[email protected]> | 2020-10-11 11:19:38 +0200 |
|---|---|---|
| committer | Mark Brown <[email protected]> | 2020-10-26 15:28:09 +0000 |
| commit | 94fa760d01c21350261388f404e167d5cb752573 (patch) | |
| tree | a31ed2d969fe86d9a928c97246aefcb6c47184fe /tools/perf/scripts/python/bin/stackcollapse-record | |
| parent | 40faaca03bf7d7ca1480677f0c8c543016cf426d (diff) | |
ASoC: madera: 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]>
Acked-by: Charles Keepax <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Mark Brown <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/bin/stackcollapse-record')
0 files changed, 0 insertions, 0 deletions