linux/drivers/media/usb/em28xx
Julia Lawall 973c960de6 media: em28xx-audio: 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
..
em28xx-audio.c media: em28xx-audio: use semicolons rather than commas to separate statements 2020-11-16 10:31:06 +01:00
em28xx-camera.c
em28xx-cards.c media: Implements support for the MyGica iGrabber 2020-08-26 18:52:07 +02:00
em28xx-core.c
em28xx-dvb.c
em28xx-i2c.c
em28xx-input.c
em28xx-reg.h
em28xx-v4l.h
em28xx-vbi.c
em28xx-video.c
em28xx.h media: Implements support for the MyGica iGrabber 2020-08-26 18:52:07 +02:00
Kconfig
Makefile