From mboxrd@z Thu Jan 1 00:00:00 1970 From: Julia Lawall Date: Mon, 12 Oct 2020 07:03:35 +0000 Subject: Re: [PATCH 1/5] rxrpc: use semicolons rather than commas to separate statements Message-Id: List-Id: References: <1602412498-32025-2-git-send-email-Julia.Lawall@inria.fr> <1602412498-32025-1-git-send-email-Julia.Lawall@inria.fr> <1215803.1602486055@warthog.procyon.org.uk> In-Reply-To: <1215803.1602486055@warthog.procyon.org.uk> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: David Howells Cc: Julia Lawall , =?UTF-8?Q?Valdis_Kl=C4=93tnieks?= , Joe Perches , Thomas Gleixner , kernel-janitors@vger.kernel.org, "David S. Miller" , Jakub Kicinski , linux-afs@lists.infradead.org, netdev@vger.kernel.org, linux-kernel@vger.kernel.org On Mon, 12 Oct 2020, David Howells wrote: > Julia Lawall wrote: > > > - call->completion = compl, > > + call->completion = compl; > > Looks good. Do you want me to pick up the patch or send it yourself? Please pick it up. Thanks. julia > > If the latter: > > Acked-by: David Howells > >