aboutsummaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/stackcollapse.py
diff options
context:
space:
mode:
authorJulia Lawall <[email protected]>2020-10-11 11:19:36 +0200
committerMark Brown <[email protected]>2020-10-26 15:28:07 +0000
commitbed5ed644c741fd69a19a3cb811b5c1da1d50755 (patch)
tree6a1b7f467bf69fe522ed33a03944f2f2a4405369 /tools/perf/scripts/python/stackcollapse.py
parentedc3f5b43a4446c84069e59df7e48663ec28579d (diff)
ASoC: SOF: Intel: hda: 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