12 Oct
2020
12 Oct
'20
10:12 a.m.
On Sun, Oct 11, 2020 at 11:19:37AM +0200, 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@inria.fr
sound/soc/samsung/snow.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
Reviewed-by: Krzysztof Kozlowski krzk@kernel.org
Best regards, Krzysztof