linux/drivers/media/platform/s3c-camif
Julia Lawall f5071fd536 media: s3c-camif: 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
..
camif-capture.c media: media/platform: rename VFL_TYPE_GRABBER to _VIDEO 2020-02-24 16:54:14 +01:00
camif-core.c media: s3c-camif: use semicolons rather than commas to separate statements 2020-11-16 10:31:06 +01:00
camif-core.h media: media/platform: don't set description in ENUM_FMT 2019-07-22 14:43:59 -04:00
camif-regs.c media: s3c-camif: make array 'registers' static const, makes object smaller 2019-10-01 16:43:49 -03:00
camif-regs.h media: use the BIT() macro 2019-08-26 14:08:50 -03:00
Makefile treewide: Add SPDX license identifier - Makefile/Kconfig 2019-05-21 10:50:46 +02:00