[PATCH 4/8] ALSA: fireworks: use semicolons rather than commas to separate statements
Takashi Iwai
tiwai at suse.de
Mon Oct 12 08:53:04 CEST 2020
On Sun, 11 Oct 2020 11:19:35 +0200,
Julia Lawall wrote:
>
> 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 at inria.fr>
Applied now. Thanks.
Takashi
More information about the Alsa-devel
mailing list