[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <s5ho8l8q6kk.wl-tiwai@suse.de>
Date: Mon, 12 Oct 2020 08:52:43 +0200
From: Takashi Iwai <tiwai@...e.de>
To: Julia Lawall <Julia.Lawall@...ia.fr>
Cc: Jaroslav Kysela <perex@...ex.cz>,
Valdis Klētnieks <valdis.kletnieks@...edu>,
Joe Perches <joe@...ches.com>,
Thomas Gleixner <tglx@...utronix.de>,
kernel-janitors@...r.kernel.org, Takashi Iwai <tiwai@...e.com>,
alsa-devel@...a-project.org, linux-kernel@...r.kernel.org
Subject: Re: [PATCH 2/8] ALSA: hda: use semicolons rather than commas to separate statements
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/):
>
> // <smpl>
> @@ expression e1,e2; @@
> e1
> -,
> +;
> e2
> ... when any
> // </smpl>
>
> Signed-off-by: Julia Lawall <Julia.Lawall@...ia.fr>
Applied now. Thanks.
Takashi
Powered by blists - more mailing lists