V4L/DVB (9253): cx24116: Checkpatch compliance
cx24116: Checkpatch compliance Signed-off-by: Steven Toth <stoth@linuxtv.org> Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
This commit is contained in:
committed by
Mauro Carvalho Chehab
parent
a8eb912c6d
commit
d93356a220
@@ -45,7 +45,7 @@ extern struct dvb_frontend* cx24116_attach(const struct cx24116_config* config,
|
|||||||
static inline struct dvb_frontend* cx24116_attach(const struct cx24116_config* config,
|
static inline struct dvb_frontend* cx24116_attach(const struct cx24116_config* config,
|
||||||
struct i2c_adapter* i2c)
|
struct i2c_adapter* i2c)
|
||||||
{
|
{
|
||||||
printk(KERN_WARNING "%s: driver disabled by Kconfig\n", __FUNCTION__);
|
printk(KERN_WARNING "%s: driver disabled by Kconfig\n", __func__);
|
||||||
return NULL;
|
return NULL;
|
||||||
}
|
}
|
||||||
#endif // CONFIG_DVB_CX24116
|
#endif // CONFIG_DVB_CX24116
|
||||||
|
Reference in New Issue
Block a user