diff options
author | Michael Krufky <mkrufky@linuxtv.org> | 2008-04-22 13:41:52 -0400 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@infradead.org> | 2008-04-24 12:42:25 -0400 |
commit | 2e43c953bfd31f0104f916b2f39e6d3d8b1a3099 (patch) | |
tree | ad3405619cdacc1aacb5b1200d805a16d512beab /drivers/media | |
parent | c7a9f3aa1e1b6c7ade5208b30683bec3553c3079 (diff) |
V4L/DVB (7130): tuner: remove emacs c-basic-offset override block
I'd prefer to leave this here, but official CodingStyle
doesn't care what I think :-/
Remove the emacs format override block to comply with Kernel CodingStyle.
Signed-off-by: Michael Krufky <mkrufky@linuxtv.org>
Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
Diffstat (limited to 'drivers/media')
-rw-r--r-- | drivers/media/video/tuner-types.c | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/drivers/media/video/tuner-types.c b/drivers/media/video/tuner-types.c index 87f28b5a2cfa..9276ad33d03b 100644 --- a/drivers/media/video/tuner-types.c +++ b/drivers/media/video/tuner-types.c | |||
@@ -1488,11 +1488,3 @@ EXPORT_SYMBOL(tuner_count); | |||
1488 | MODULE_DESCRIPTION("Simple tuner device type database"); | 1488 | MODULE_DESCRIPTION("Simple tuner device type database"); |
1489 | MODULE_AUTHOR("Ralph Metzler, Gerd Knorr, Gunther Mayer"); | 1489 | MODULE_AUTHOR("Ralph Metzler, Gerd Knorr, Gunther Mayer"); |
1490 | MODULE_LICENSE("GPL"); | 1490 | MODULE_LICENSE("GPL"); |
1491 | |||
1492 | /* | ||
1493 | * Overrides for Emacs so that we follow Linus's tabbing style. | ||
1494 | * --------------------------------------------------------------------------- | ||
1495 | * Local variables: | ||
1496 | * c-basic-offset: 8 | ||
1497 | * End: | ||
1498 | */ | ||