[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <160263628656.310579.10860580831866859265@swboyd.mtv.corp.google.com>
Date: Tue, 13 Oct 2020 17:44:46 -0700
From: Stephen Boyd <sboyd@...nel.org>
To: Julia Lawall <Julia.Lawall@...ia.fr>,
Neil Armstrong <narmstrong@...libre.com>
Cc: Valdis Klētnieks <valdis.kletnieks@...edu>,
Joe Perches <joe@...ches.com>,
Thomas Gleixner <tglx@...utronix.de>,
kernel-janitors@...r.kernel.org,
Jerome Brunet <jbrunet@...libre.com>,
Michael Turquette <mturquette@...libre.com>,
Kevin Hilman <khilman@...libre.com>,
Martin Blumenstingl <martin.blumenstingl@...glemail.com>,
linux-amlogic@...ts.infradead.org, linux-clk@...r.kernel.org,
linux-arm-kernel@...ts.infradead.org, linux-kernel@...r.kernel.org
Subject: Re: [PATCH 10/18] clk: meson: use semicolons rather than commas to separate statements
Quoting Julia Lawall (2020-09-27 12:12:20)
> 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 to clk-next
Powered by blists - more mailing lists