mbox series

[v3,0/4] media: dvb_dummy_fe: Tidy up the dummy frontend

Message ID cover.1577819245.git.dwlsalmeida@gmail.com (mailing list archive)
Headers show
Series media: dvb_dummy_fe: Tidy up the dummy frontend | expand

Message

Daniel Almeida Dec. 31, 2019, 7:11 p.m. UTC
From: "Daniel W. S. Almeida" <dwlsalmeida@gmail.com>

This patch series irons out checkpatch.pl errors in dvb_dummy_fe.c
and dvb_dummy_fe.h.

These patches were sent previously in a separate fashion, but they
are now compiled into this series

Changes in v3:
As suggested by Sean:
Dropped media: dvb_dummy_fe: Add error messages in case of attach failure

Squashed dvb_dummy_fe: Fix long lines and 
dvb_dummy_frontend: remove 'extern' keyword from declaration with
media: dvb_dummy_fe: Fix ERROR: POINTER_LOCATION

Added a new commit: media: dvb_dummy_fe: Fix ERROR: POINTER_LOCATION

Daniel W. S. Almeida (4):
  media: dvb_dummy_fe: place EXPORT_SYMBOL below corresponding function
  media: dvb_dummy_fe: Fix ERROR: POINTER_LOCATION, AVOID_EXTERN and
    long lines
  media: dvb_dummy_fe: Add blank line after declaration
  media: dvb_dummy_fe: change printk to pr_warn

 drivers/media/dvb-frontends/dvb_dummy_fe.c | 91 ++++++++++++++--------
 drivers/media/dvb-frontends/dvb_dummy_fe.h | 12 +--
 2 files changed, 65 insertions(+), 38 deletions(-)