linux/drivers/media/pci/cx18
Ricardo Ribalda 63916c3dec media: pci: cx18: Use flex arrays for struct cx18_scb
Replace the old-style single element array with a flexible array.
This structure does not seem to be allocated in the code, so there is no
need to change anything else.

The following cocci warning is fixed:
drivers/media/pci/cx18/cx18-scb.h:261:22-29: WARNING use flexible-array member instead (https://www.kernel.org/doc/html/latest/process/deprecated.html#zero-length-and-one-element-arrays)

Signed-off-by: Ricardo Ribalda <ribalda@chromium.org>
Signed-off-by: Hans Verkuil <hverkuil-cisco@xs4all.nl>
2024-05-31 13:51:16 +02:00
..
cx18-alsa-main.c
cx18-alsa-pcm.c
cx18-alsa-pcm.h
cx18-alsa.h
cx18-audio.c
cx18-audio.h
cx18-av-audio.c media: pci/cx18: fix repeated words in comments 2022-08-29 15:32:14 +02:00
cx18-av-core.c media: pci/cx18: fix repeated words in comments 2022-09-24 08:47:29 +02:00
cx18-av-core.h
cx18-av-firmware.c
cx18-av-vbi.c media: pci: cx18-av-vbi: Replace one-element array with flexible-array member 2023-05-26 10:57:20 +01:00
cx18-cards.c
cx18-cards.h
cx18-controls.c
cx18-controls.h
cx18-driver.c media: cx18: fix incorrect input counting 2023-03-19 22:11:44 +01:00
cx18-driver.h media: cx18: increase in_workq_name size 2023-09-27 10:47:22 +02:00
cx18-dvb.c media: pci: remove unnecessary (void*) conversions 2023-05-25 16:21:20 +02:00
cx18-dvb.h
cx18-fileops.c media: cx18: convert to vb2 2023-03-19 22:11:14 +01:00
cx18-fileops.h media: cx18: convert to vb2 2023-03-19 22:11:14 +01:00
cx18-firmware.c
cx18-firmware.h
cx18-gpio.c media: cx18: remove unnecessary (void*) conversions 2023-07-19 12:57:47 +02:00
cx18-gpio.h
cx18-i2c.c
cx18-i2c.h
cx18-io.c
cx18-io.h
cx18-ioctl.c media: cx18: fix format compliance issues 2023-03-19 22:13:35 +01:00
cx18-ioctl.h
cx18-irq.c media: cx18: remove unnecessary (void*) conversions 2023-07-19 12:57:47 +02:00
cx18-irq.h
cx18-mailbox.c media: pci: cx18: if cx == NULL, then don't use it. 2023-10-13 11:33:22 +02:00
cx18-mailbox.h
cx18-queue.c
cx18-queue.h
cx18-scb.c
cx18-scb.h media: pci: cx18: Use flex arrays for struct cx18_scb 2024-05-31 13:51:16 +02:00
cx18-streams.c media: videobuf2: core: Rename min_buffers_needed field in vb2_queue 2023-12-13 17:31:27 +01:00
cx18-streams.h
cx18-vbi.c
cx18-vbi.h
cx18-version.h
cx18-video.c
cx18-video.h
cx23418.h
Kconfig media: cx18: convert to vb2 2023-03-19 22:11:14 +01:00
Makefile