From 605e4905bc77658905f5647c576c05a1592ffbd7 Mon Sep 17 00:00:00 2001 From: Steven Toth Date: Thu, 16 Oct 2008 19:20:51 -0400 Subject: cx24116: Checkpatch compliance From: Steven Toth cx24116: Checkpatch compliance Priority: normal Signed-off-by: Steven Toth --- linux/drivers/media/dvb/frontends/cx24116.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'linux') diff --git a/linux/drivers/media/dvb/frontends/cx24116.h b/linux/drivers/media/dvb/frontends/cx24116.h index 8dbcec268..2b09e1087 100644 --- a/linux/drivers/media/dvb/frontends/cx24116.h +++ b/linux/drivers/media/dvb/frontends/cx24116.h @@ -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, 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; } #endif // CONFIG_DVB_CX24116 -- cgit v1.2.3