projects
/
firefly-linux-kernel-4.4.55.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a8eb912
)
V4L/DVB (9253): cx24116: Checkpatch compliance
author
Steven Toth
<stoth@linuxtv.org>
Thu, 16 Oct 2008 23:20:51 +0000
(20:20 -0300)
committer
Mauro Carvalho Chehab
<mchehab@redhat.com>
Fri, 17 Oct 2008 20:27:29 +0000
(17:27 -0300)
cx24116: Checkpatch compliance
Signed-off-by: Steven Toth <stoth@linuxtv.org>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
drivers/media/dvb/frontends/cx24116.h
patch
|
blob
|
history
diff --git
a/drivers/media/dvb/frontends/cx24116.h
b/drivers/media/dvb/frontends/cx24116.h
index 8dbcec268394eb7030b8dcae1c45c5f55d78dfed..2b09e10872fdbd3c015ffa1ff2dc977504d5ccd8 100644
(file)
--- a/
drivers/media/dvb/frontends/cx24116.h
+++ b/
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