[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <s5hmu0sq6jz.wl-tiwai@suse.de>
Date: Mon, 12 Oct 2020 08:53:04 +0200
From: Takashi Iwai <tiwai@...e.de>
To: Julia Lawall <Julia.Lawall@...ia.fr>
Cc: Clemens Ladisch <clemens@...isch.de>,
Valdis Klētnieks
<valdis.kletnieks@...edu>, Joe Perches <joe@...ches.com>,
Thomas Gleixner <tglx@...utronix.de>,
kernel-janitors@...r.kernel.org,
Takashi Sakamoto <o-takashi@...amocchi.jp>,
Jaroslav Kysela <perex@...ex.cz>,
Takashi Iwai <tiwai@...e.com>, alsa-devel@...a-project.org,
linux-kernel@...r.kernel.org
Subject: Re: [PATCH 4/8] ALSA: fireworks: use semicolons rather than commas to separate statements
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@...ia.fr>
Applied now. Thanks.
Takashi
Powered by blists - more mailing lists