Searched hist:"1 b80043ed21894eca888157145b955df02887995" (Results 1 – 1 of 1) sorted by relevance
/openbmc/linux/drivers/clocksource/ |
H A D | timer-armada-370-xp.c | diff 1b80043ed21894eca888157145b955df02887995 Sun Sep 27 14:12:26 CDT 2020 Julia Lawall <Julia.Lawall@inria.fr> 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
|