linux/drivers/counter
Julia Lawall bbbeac88fb counter: 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>
Reviewed-by: David Lechner <david@lechnology.com>
Link: https://lore.kernel.org/r/1601233948-11629-16-git-send-email-Julia.Lawall@inria.fr
Signed-off-by: Jonathan Cameron <Jonathan.Cameron@huawei.com>
2020-09-29 17:27:08 +01:00
..
104-quad-8.c
counter.c
ftm-quaddec.c
Kconfig
Makefile
microchip-tcb-capture.c counter: microchip-tcb-capture: Constify mchp_tc_ops 2020-09-23 20:53:58 +01:00
stm32-lptimer-cnt.c
stm32-timer-cnt.c
ti-eqep.c counter: use semicolons rather than commas to separate statements 2020-09-29 17:27:08 +01:00