clocksource/drivers/armada-370-xp: Use semicolons rather than commas to separate...
authorJulia Lawall <Julia.Lawall@inria.fr>
Sun, 27 Sep 2020 19:12:26 +0000 (21:12 +0200)
committerThomas Gleixner <tglx@linutronix.de>
Fri, 2 Oct 2020 14:27:28 +0000 (16:27 +0200)
commit1b80043ed21894eca888157145b955df02887995
tree0c0a5932af1644b4a6ee1376d1bd0ae7296a9640
parent0d555b3ac49b40f94c270681b697d45dcae9faa6
clocksource/drivers/armada-370-xp: Use semicolons rather than commas to separate statements

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>
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Cc: Daniel Lezcano <daniel.lezcano@linaro.org>
Link: https://lore.kernel.org/r/1601233948-11629-17-git-send-email-Julia.Lawall@inria.fr
drivers/clocksource/timer-armada-370-xp.c