aboutsummaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/bin
diff options
context:
space:
mode:
authorJulia Lawall <[email protected]>2020-10-11 11:19:37 +0200
committerMark Brown <[email protected]>2020-10-26 15:28:08 +0000
commit40faaca03bf7d7ca1480677f0c8c543016cf426d (patch)
tree1fbdbb453c39a62011b9f4996ca5a7b405787974 /tools/perf/scripts/python/bin
parentbed5ed644c741fd69a19a3cb811b5c1da1d50755 (diff)
ASoC: samsung: snow: 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: Krzysztof Kozlowski <[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')
0 files changed, 0 insertions, 0 deletions