media: dvb-frontends/stv6111: coding style cleanup

Fix up all remainders reported by checkpatch-strict.

Signed-off-by: Daniel Scheller <d.scheller@gmx.net>
Signed-off-by: Mauro Carvalho Chehab <mchehab@s-opensource.com>
This commit is contained in:
Daniel Scheller
2017-07-23 06:13:13 -04:00
gecommit door Mauro Carvalho Chehab
bovenliggende 4f979d5cf0
commit 2af07a49dd
2 gewijzigde bestanden met toevoegingen van 26 en 19 verwijderingen

Bestand weergeven

@@ -3,13 +3,14 @@
#if IS_REACHABLE(CONFIG_DVB_STV6111)
extern struct dvb_frontend *stv6111_attach(struct dvb_frontend *fe,
struct i2c_adapter *i2c, u8 adr);
struct dvb_frontend *stv6111_attach(struct dvb_frontend *fe,
struct i2c_adapter *i2c, u8 adr);
#else
static inline struct dvb_frontend *stv6111_attach(struct dvb_frontend *fe,
struct i2c_adapter *i2c, u8 adr)
struct i2c_adapter *i2c,
u8 adr)
{
pr_warn("%s: Driver disabled by Kconfig\n", __func__);
return NULL;