As there are significant changes on em28xx-cards and em28xx-dvb, take some time to solve coding style issues there. This series contain only "cosmetic" changes, although there is a non-trivial change at em28xx-cards, making its probe function easier to read. Anyway, no behavior changes should be noticed after this patch series. Mauro Carvalho Chehab (11): em28xx: Add SPDX license tags where needed em28xx.h: Fix most coding style issues media: em28xx-reg.h: Fix coding style issues media: em28xx-audio: fix coding style issues media: em28xx-camera: fix coding style issues media: em28xx-cards: fix most coding style issues media:: rework the em28xx probing code media: em28xx-core: fix most coding style issues media: em28xx-i2c: fix most coding style issues media: em28xx-input: fix most coding style issues media: em28xx-video: fix most coding style issues drivers/media/usb/em28xx/em28xx-audio.c | 116 +++--- drivers/media/usb/em28xx/em28xx-camera.c | 49 ++- drivers/media/usb/em28xx/em28xx-cards.c | 594 +++++++++++++++++-------------- drivers/media/usb/em28xx/em28xx-core.c | 128 ++++--- drivers/media/usb/em28xx/em28xx-dvb.c | 46 +-- drivers/media/usb/em28xx/em28xx-i2c.c | 131 +++---- drivers/media/usb/em28xx/em28xx-input.c | 163 +++++---- drivers/media/usb/em28xx/em28xx-reg.h | 50 +-- drivers/media/usb/em28xx/em28xx-v4l.h | 27 +- drivers/media/usb/em28xx/em28xx-vbi.c | 39 +- drivers/media/usb/em28xx/em28xx-video.c | 329 +++++++++-------- drivers/media/usb/em28xx/em28xx.h | 338 ++++++++++-------- 12 files changed, 1096 insertions(+), 914 deletions(-) -- 2.14.3