summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSteven Toth <stoth@linuxtv.org>2008-10-16 19:20:51 -0400
committerSteven Toth <stoth@linuxtv.org>2008-10-16 19:20:51 -0400
commit605e4905bc77658905f5647c576c05a1592ffbd7 (patch)
tree9fd30482823aee9c08fcefd643d9ad5090b43f2e
parent2f40c03684f4c9466f00964195e2d0a6bbd9fea9 (diff)
downloadmediapointer-dvb-s2-605e4905bc77658905f5647c576c05a1592ffbd7.tar.gz
mediapointer-dvb-s2-605e4905bc77658905f5647c576c05a1592ffbd7.tar.bz2
cx24116: Checkpatch compliance
From: Steven Toth <stoth@linuxtv.org> cx24116: Checkpatch compliance Priority: normal Signed-off-by: Steven Toth <stoth@linuxtv.org>
-rw-r--r--linux/drivers/media/dvb/frontends/cx24116.h2
1 files changed, 1 insertions, 1 deletions
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