aboutsummaryrefslogtreecommitdiff
path: root/tools/perf/util/scripting-engines/trace-event-python.c
diff options
context:
space:
mode:
authorJulia Lawall <[email protected]>2020-10-11 11:19:35 +0200
committerTakashi Iwai <[email protected]>2020-10-12 08:51:51 +0200
commitfe160a22aa2dc558d819660d41e08b86f041cc77 (patch)
tree45ad5a761d4c16456bd5d1dcb0e7bf4513726885 /tools/perf/util/scripting-engines/trace-event-python.c
parent46394db4410bb640cccb0985dfb03ed4312cad2b (diff)
ALSA: fireworks: 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: Takashi Sakamoto <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Takashi Iwai <[email protected]>
Diffstat (limited to 'tools/perf/util/scripting-engines/trace-event-python.c')
0 files changed, 0 insertions, 0 deletions