diff options
author | Michael Krufky <mkrufky@linuxtv.org> | 2007-07-28 19:02:55 -0400 |
---|---|---|
committer | Michael Krufky <mkrufky@linuxtv.org> | 2007-07-28 19:02:55 -0400 |
commit | 7ed4fa0541f4467ad00247a9fb7c2f8936b533ef (patch) | |
tree | 4d8df36dfc97d4895392acdf20020ed00a4c4d57 /linux/drivers/media/dvb/frontends/mt2131.h | |
parent | 6ca5465adfdb0a5232dd643cfcfcab959a33aa94 (diff) | |
download | mediapointer-dvb-s2-7ed4fa0541f4467ad00247a9fb7c2f8936b533ef.tar.gz mediapointer-dvb-s2-7ed4fa0541f4467ad00247a9fb7c2f8936b533ef.tar.bz2 |
whitespace cleanup for mt2131 and s5h1409
From: Michael Krufky <mkrufky@linuxtv.org>
- trivial whitespace cleanups
- add "c-basic-offset: 8" to enforce tabbing style in emacs
Signed-off-by: Michael Krufky <mkrufky@linuxtv.org>
Diffstat (limited to 'linux/drivers/media/dvb/frontends/mt2131.h')
-rw-r--r-- | linux/drivers/media/dvb/frontends/mt2131.h | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/linux/drivers/media/dvb/frontends/mt2131.h b/linux/drivers/media/dvb/frontends/mt2131.h index 5d1f281d8..608f1f66c 100644 --- a/linux/drivers/media/dvb/frontends/mt2131.h +++ b/linux/drivers/media/dvb/frontends/mt2131.h @@ -44,6 +44,11 @@ static inline struct dvb_frontend* mt2131_attach(struct dvb_frontend *fe, printk(KERN_WARNING "%s: driver disabled by Kconfig\n", __FUNCTION__); return NULL; } -#endif // CONFIG_DVB_TUNER_MT2131 +#endif /* CONFIG_DVB_TUNER_MT2131 */ -#endif // __MT2131_H__ +#endif /* __MT2131_H__ */ + +/* + * Local variables: + * c-basic-offset: 8 + */ |