[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <be1d59c5-fd0c-821e-0357-441c26c3d16c@lechnology.com>
Date: Mon, 28 Sep 2020 10:37:28 -0500
From: David Lechner <david@...hnology.com>
To: Julia Lawall <Julia.Lawall@...ia.fr>
Cc: Valdis Klētnieks <valdis.kletnieks@...edu>,
Joe Perches <joe@...ches.com>,
Thomas Gleixner <tglx@...utronix.de>,
kernel-janitors@...r.kernel.org,
William Breathitt Gray <vilhelm.gray@...il.com>,
linux-iio@...r.kernel.org, linux-kernel@...r.kernel.org
Subject: Re: [PATCH 15/18] counter: use semicolons rather than commas to
separate statements
On 9/27/20 2:12 PM, 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>
>
> ---
Reviewed-by: David Lechner <david@...hnology.com>
Powered by blists - more mailing lists