summaryrefslogtreecommitdiffstats
path: root/drivers/media/dvb/frontends/mt2131_priv.h
diff options
context:
space:
mode:
authorMichael Krufky2007-07-29 01:02:55 +0200
committerMauro Carvalho Chehab2007-10-10 03:03:40 +0200
commit3873dd041465799cfdeb642531c0ade4fb6614e5 (patch)
treea818b9878ebe6ccda2546948a1f44072aec55463 /drivers/media/dvb/frontends/mt2131_priv.h
parentV4L/DVB (5949): s5h1409: use ARRAY_SIZE macro when appropriate (diff)
downloadkernel-qcow2-linux-3873dd041465799cfdeb642531c0ade4fb6614e5.tar.gz
kernel-qcow2-linux-3873dd041465799cfdeb642531c0ade4fb6614e5.tar.xz
kernel-qcow2-linux-3873dd041465799cfdeb642531c0ade4fb6614e5.zip
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_priv.h')
-rw-r--r--drivers/media/dvb/frontends/mt2131_priv.h11
1 files changed, 8 insertions, 3 deletions
diff --git a/drivers/media/dvb/frontends/mt2131_priv.h b/drivers/media/dvb/frontends/mt2131_priv.h
index fe6333b49c93..e930759c2c00 100644
--- a/drivers/media/dvb/frontends/mt2131_priv.h
+++ b/drivers/media/dvb/frontends/mt2131_priv.h
@@ -19,8 +19,8 @@
* Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
*/
-#ifndef MT2131_PRIV_H
-#define MT2131_PRIV_H
+#ifndef __MT2131_PRIV_H__
+#define __MT2131_PRIV_H__
/* Regs */
#define MT2131_PWR 0x07
@@ -41,4 +41,9 @@ struct mt2131_priv {
u32 bandwidth;
};
-#endif
+#endif /* __MT2131_PRIV_H__ */
+
+/*
+ * Local variables:
+ * c-basic-offset: 8
+ */