linux/drivers/media/platform/sunxi
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
..
sun4i-csi media: sun4i-csi: use semicolons rather than commas to separate statements 2020-11-16 10:31:06 +01:00
sun6i-csi dma-mapping updates for 5.10 2020-10-15 14:43:29 -07:00
sun8i-di media: sun8i: Fix an error handling path in 'deinterlace_runtime_resume()' 2020-05-05 17:26:26 +02:00
sun8i-rotate media: sunxi: sun8i-rotate.c: remove useless error message 2020-08-29 07:47:04 +02:00
Kconfig media: add SPDX headers on Kconfig and Makefile files 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