aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/media/video/em28xx
diff options
context:
space:
mode:
authorDevin Heitmueller <dheitmueller@kernellabs.com>2009-09-15 00:20:29 -0300
committerMauro Carvalho Chehab <mchehab@redhat.com>2009-09-19 00:14:06 -0300
commit0e12e1536c1b8aaef9baeed09a8f81da393fcba6 (patch)
tree61bf953d2a9314d5198208a430aeb47c67131a3b /drivers/media/video/em28xx
parentV4L/DVB (12881): em28xx: fix codingstyle issues in em28xx-video.c (diff)
downloadlinux-dev-0e12e1536c1b8aaef9baeed09a8f81da393fcba6.tar.xz
linux-dev-0e12e1536c1b8aaef9baeed09a8f81da393fcba6.zip
V4L/DVB (12882): em28xx: remove text editor tags from em28xx-vbi.c
Remove some emacs tags from em28xx-vbi.c, which were copied from cx88-vbi.c, per Mauro Carvalho Chehab's request. Signed-off-by: Devin Heitmueller <dheitmueller@kernellabs.com> Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
Diffstat (limited to 'drivers/media/video/em28xx')
-rw-r--r--drivers/media/video/em28xx/em28xx-vbi.c7
1 files changed, 0 insertions, 7 deletions
diff --git a/drivers/media/video/em28xx/em28xx-vbi.c b/drivers/media/video/em28xx/em28xx-vbi.c
index 070d8e57877e..94943e5a1529 100644
--- a/drivers/media/video/em28xx/em28xx-vbi.c
+++ b/drivers/media/video/em28xx/em28xx-vbi.c
@@ -140,10 +140,3 @@ struct videobuf_queue_ops em28xx_vbi_qops = {
.buf_queue = vbi_queue,
.buf_release = vbi_release,
};
-
-/* ------------------------------------------------------------------ */
-/*
- * Local variables:
- * c-basic-offset: 8
- * End:
- */