commit | bed5ed644c741fd69a19a3cb811b5c1da1d50755 | [log] [tgz] |
---|---|---|
author | Julia Lawall <Julia.Lawall@inria.fr> | Sun Oct 11 11:19:36 2020 +0200 |
committer | Mark Brown <broonie@kernel.org> | Mon Oct 26 15:28:07 2020 +0000 |
tree | 6a1b7f467bf69fe522ed33a03944f2f2a4405369 | |
parent | edc3f5b43a4446c84069e59df7e48663ec28579d [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 <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>