Thread (40 messages) 40 messages, 11 authors, 2020-10-14

Re: [PATCH 10/18] clk: meson: use semicolons rather than commas to separate statements

From: Stephen Boyd <sboyd@kernel.org>
Date: 2020-10-14 00:44:49
Also in: kernel-janitors, linux-amlogic, linux-clk, lkml

Quoting Julia Lawall (2020-09-27 12:12:20)
quoted hunk ↗ jump to hunk
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>

---
Applied to clk-next

_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel
Keyboard shortcuts
hback out one level
jnext message in thread
kprevious message in thread
ldrill in
Escclose help / fold thread tree
?toggle this help