diff options
author | Michael Krufky <mkrufky@linuxtv.org> | 2007-07-28 19:02:55 -0400 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@infradead.org> | 2007-10-09 21:03:40 -0400 |
commit | 3873dd041465799cfdeb642531c0ade4fb6614e5 (patch) | |
tree | a818b9878ebe6ccda2546948a1f44072aec55463 /drivers/media/dvb/frontends/mt2131_priv.h | |
parent | a45c92756ed60bc89528701ac512e954acd23b9e (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_priv.h')
-rw-r--r-- | drivers/media/dvb/frontends/mt2131_priv.h | 11 |
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 @@ | |||
19 | * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. | 19 | * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. |
20 | */ | 20 | */ |
21 | 21 | ||
22 | #ifndef MT2131_PRIV_H | 22 | #ifndef __MT2131_PRIV_H__ |
23 | #define MT2131_PRIV_H | 23 | #define __MT2131_PRIV_H__ |
24 | 24 | ||
25 | /* Regs */ | 25 | /* Regs */ |
26 | #define MT2131_PWR 0x07 | 26 | #define MT2131_PWR 0x07 |
@@ -41,4 +41,9 @@ struct mt2131_priv { | |||
41 | u32 bandwidth; | 41 | u32 bandwidth; |
42 | }; | 42 | }; |
43 | 43 | ||
44 | #endif | 44 | #endif /* __MT2131_PRIV_H__ */ |
45 | |||
46 | /* | ||
47 | * Local variables: | ||
48 | * c-basic-offset: 8 | ||
49 | */ | ||