linux/drivers/media/platform/sunxi/sun4i-csi
Julia Lawall 835fd614cb media: sun4i-csi: use semicolons rather than commas to separate statements
Replace commas with semicolons.  Commas introduce unnecessary
variability in the code structure and are hard to see.  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: Hans Verkuil <hverkuil-cisco@xs4all.nl>
Signed-off-by: Mauro Carvalho Chehab <mchehab+huawei@kernel.org>
2020-11-16 10:31:06 +01:00
..
Kconfig media: Kconfig files: use select for V4L2 subdevs and MC 2020-04-14 10:29:05 +02:00
Makefile media: add SPDX headers on Kconfig and Makefile files 2020-04-14 10:29:05 +02:00
sun4i_csi.c dma-mapping updates for 5.10 2020-10-15 14:43:29 -07:00
sun4i_csi.h media: sun4i-csi: Add support for A10 CSI1 camera sensor interface 2020-01-04 08:21:35 +01:00
sun4i_dma.c media: media/platform: drop vb2_queue_release() 2020-08-28 15:02:26 +02:00
sun4i_v4l2.c media: sun4i-csi: use semicolons rather than commas to separate statements 2020-11-16 10:31:06 +01:00