Re: [PATCH 1/5] rxrpc: use semicolons rather than commas to separate statements
From: David Howells
Date: Mon Oct 12 2020 - 03:01:05 EST
Julia Lawall <Julia.Lawall@xxxxxxxx> wrote:
> - call->completion = compl,
> + call->completion = compl;
Looks good. Do you want me to pick up the patch or send it yourself?
If the latter:
Acked-by: David Howells <dhowells@xxxxxxxxxx>