diff options
author | Hartmut Hackmann <hartmut.hackmann@t-online.de> | 2008-04-13 20:09:11 -0400 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@infradead.org> | 2008-04-24 13:09:44 -0400 |
commit | b1c54fe2aed3e2812f5b42916894f15e84b484b5 (patch) | |
tree | f7c43b960a9da76116871e0f0291934b9c5fb40c /drivers/media/dvb/frontends/tda10086.h | |
parent | 9a1b04e461fc8127c902a988cd9a082ba0680b11 (diff) |
V4L/DVB (7655): tda10086 coding stlye fixes
This patch replaces the c++ style comments.
No functional changes
Signed-off-by: Hartmut Hackmann <hartmut.hackmann@t-online.de>
Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
Diffstat (limited to 'drivers/media/dvb/frontends/tda10086.h')
-rw-r--r-- | drivers/media/dvb/frontends/tda10086.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/media/dvb/frontends/tda10086.h b/drivers/media/dvb/frontends/tda10086.h index f25d5ea381e5..61148c558d8d 100644 --- a/drivers/media/dvb/frontends/tda10086.h +++ b/drivers/media/dvb/frontends/tda10086.h | |||
@@ -56,6 +56,6 @@ static inline struct dvb_frontend* tda10086_attach(const struct tda10086_config* | |||
56 | printk(KERN_WARNING "%s: driver disabled by Kconfig\n", __func__); | 56 | printk(KERN_WARNING "%s: driver disabled by Kconfig\n", __func__); |
57 | return NULL; | 57 | return NULL; |
58 | } | 58 | } |
59 | #endif // CONFIG_DVB_TDA10086 | 59 | #endif /* CONFIG_DVB_TDA10086 */ |
60 | 60 | ||
61 | #endif // TDA10086_H | 61 | #endif /* TDA10086_H */ |