aboutsummaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/stackcollapse.py
diff options
context:
space:
mode:
authorJulia Lawall <[email protected]>2020-10-11 11:19:39 +0200
committerMark Brown <[email protected]>2020-10-26 15:28:10 +0000
commita1344daeab95b93dd1d19fcfbc7dbaf2a4735129 (patch)
treed6444735261ec5e50660aeb670319511ba1f3820 /tools/perf/scripts/python/stackcollapse.py
parent94fa760d01c21350261388f404e167d5cb752573 (diff)
ASoC: dapm: 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]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Mark Brown <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/stackcollapse.py')
0 files changed, 0 insertions, 0 deletions