]> git.proxmox.com Git - mirror_ubuntu-jammy-kernel.git/commit - sound/soc/sof/intel/hda-dsp.c
ASoC: SOF: Intel: hda: use semicolons rather than commas to separate statements
authorJulia Lawall <Julia.Lawall@inria.fr>
Sun, 11 Oct 2020 09:19:36 +0000 (11:19 +0200)
committerMark Brown <broonie@kernel.org>
Mon, 26 Oct 2020 15:28:07 +0000 (15:28 +0000)
commitbed5ed644c741fd69a19a3cb811b5c1da1d50755
tree6a1b7f467bf69fe522ed33a03944f2f2a4405369
parentedc3f5b43a4446c84069e59df7e48663ec28579d
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 <Julia.Lawall@inria.fr>
Link: https://lore.kernel.org/r/1602407979-29038-6-git-send-email-Julia.Lawall@inria.fr
Signed-off-by: Mark Brown <broonie@kernel.org>
sound/soc/sof/intel/hda-dsp.c