aboutsummaryrefslogtreecommitdiff
path: root/drivers/media/dvb/frontends/mt2131.h
diff options
context:
space:
mode:
authorMichael Krufky <mkrufky@linuxtv.org>2007-07-28 20:02:55 -0300
committerMauro Carvalho Chehab <mchehab@infradead.org>2007-10-09 22:03:40 -0300
commit3873dd041465799cfdeb642531c0ade4fb6614e5 (patch)
treea818b9878ebe6ccda2546948a1f44072aec55463 /drivers/media/dvb/frontends/mt2131.h
parenta45c92756ed60bc89528701ac512e954acd23b9e (diff)
V4L/DVB (5950): whitespace cleanup for mt2131 and s5h1409
- trivial whitespace cleanups - add "c-basic-offset: 8" to enforce tabbing style in emacs Signed-off-by: Michael Krufky <mkrufky@linuxtv.org> Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
Diffstat (limited to 'drivers/media/dvb/frontends/mt2131.h')
-rw-r--r--drivers/media/dvb/frontends/mt2131.h9
1 files changed, 7 insertions, 2 deletions
diff --git a/drivers/media/dvb/frontends/mt2131.h b/drivers/media/dvb/frontends/mt2131.h
index 5d1f281d87b..608f1f66c9e 100644
--- a/drivers/media/dvb/frontends/mt2131.h
+++ b/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
+ */