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:

gecommit door
Mauro Carvalho Chehab

bovenliggende
4f979d5cf0
commit
2af07a49dd
@@ -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;
|
||||
|
Verwijs in nieuw issue
Block a user