From mboxrd@z Thu Jan 1 00:00:00 1970 From: Herbert Xu Date: Fri, 02 Oct 2020 11:55:35 +0000 Subject: Re: [PATCH 04/18] hwrng: stm32 - use semicolons rather than commas to separate statements Message-Id: <20201002115535.GJ1205@gondor.apana.org.au> List-Id: References: <1601233948-11629-1-git-send-email-Julia.Lawall@inria.fr> <1601233948-11629-5-git-send-email-Julia.Lawall@inria.fr> In-Reply-To: <1601233948-11629-5-git-send-email-Julia.Lawall@inria.fr> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: Julia Lawall Cc: Valdis =?utf-8?Q?Kl=C4=93tnieks?= , Alexandre Torgue , Arnd Bergmann , Greg Kroah-Hartman , kernel-janitors@vger.kernel.org, linux-kernel@vger.kernel.org, linux-crypto@vger.kernel.org, Maxime Coquelin , Matt Mackall , Joe Perches , Thomas Gleixner , linux-stm32@st-md-mailman.stormreply.com, linux-arm-kernel@lists.infradead.org On Sun, Sep 27, 2020 at 09:12:14PM +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 > // > > Signed-off-by: Julia Lawall > > --- > drivers/char/hw_random/stm32-rng.c | 8 ++++---- > 1 file changed, 4 insertions(+), 4 deletions(-) Patch applied. Thanks. -- Email: Herbert Xu Home Page: http://gondor.apana.org.au/~herbert/ PGP Key: http://gondor.apana.org.au/~herbert/pubkey.txt