linux/drivers/media/pci/ddbridge
Daniel Scheller 757d78d35a media: ddbridge: fixup checkpatch-strict issues
Fixes several alignment, braces, space-before-cast, camelcase et al issues
reported by checkpatch --strict, plus a few more checkpatch didn't report.

Three checks are left after this though:
- one CamelCase in ddbridge-core, related to defines/vars/enums referenced
  from the stv090x demod driver
- one macro argument reuse in ddbridge-core aswell
- one unbalanced braces around else in ddbridge-main, which is due to
  #ifdefs related to CONFIG_PCI_MSI, which preferrably should be kept
  as-is for readability.

Signed-off-by: Daniel Scheller <d.scheller@gmx.net>
Signed-off-by: Mauro Carvalho Chehab <mchehab@s-opensource.com>
2017-12-11 13:04:45 -05:00
..
Kconfig media: ddbridge: support MaxLinear MXL5xx based cards (MaxS4/8) 2017-08-20 07:27:11 -04:00
Makefile License cleanup: add SPDX GPL-2.0 license identifier to files with no license 2017-11-02 11:10:55 +01:00
ddbridge-core.c media: ddbridge: fixup checkpatch-strict issues 2017-12-11 13:04:45 -05:00
ddbridge-hw.c media: ddbridge: fixup checkpatch-strict issues 2017-12-11 13:04:45 -05:00
ddbridge-hw.h media: ddbridge: remove ddb_info's from the global scope 2017-08-20 07:41:38 -04:00
ddbridge-i2c.c media: ddbridge: fixup checkpatch-strict issues 2017-12-11 13:04:45 -05:00
ddbridge-i2c.h media: ddbridge: bump ddbridge code to version 0.9.29 2017-08-20 07:01:04 -04:00
ddbridge-io.h media: ddbridge: fix build warnings 2017-11-07 03:12:17 -05:00
ddbridge-main.c media: ddbridge: fixup checkpatch-strict issues 2017-12-11 13:04:45 -05:00
ddbridge-maxs8.c media: ddbridge: fixup checkpatch-strict issues 2017-12-11 13:04:45 -05:00
ddbridge-maxs8.h media: ddbridge: support MaxLinear MXL5xx based cards (MaxS4/8) 2017-08-20 07:27:11 -04:00
ddbridge-regs.h media: ddbridge: fixup checkpatch-strict issues 2017-12-11 13:04:45 -05:00
ddbridge.h media: ddbridge: fixup checkpatch-strict issues 2017-12-11 13:04:45 -05:00