Re: [PATCH 2/8] ALSA: hda: use semicolons rather than commas to separate statements

2020-10-12 Thread Takashi Iwai
On Sun, 11 Oct 2020 11:19:33 +0200, Julia Lawall wrote: > > Replace commas with semicolons. What is done is essentially described by > the following Coccinelle semantic patch (http://coccinelle.lip6.fr/): > > // > @@ expression e1,e2; @@ > e1 > -, > +; > e2 > ... when any > // > >

[PATCH 2/8] ALSA: hda: use semicolons rather than commas to separate statements

2020-10-11 Thread Julia Lawall
Replace commas with semicolons. What is done is essentially described by the following Coccinelle semantic patch (http://coccinelle.lip6.fr/): // @@ expression e1,e2; @@ e1 -, +; e2 ... when any // Signed-off-by: Julia Lawall --- sound/pci/hda/patch_ca0132.c |2 +-