diff options
author | Hans Verkuil <hans.verkuil@cisco.com> | 2014-12-01 10:10:42 -0300 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@osg.samsung.com> | 2014-12-22 17:52:20 -0200 |
commit | 215cedec379b69427c457104f0c36b389edc471c (patch) | |
tree | 44c4c6bf70df28d0e9c312dc6ec618c6f5f271b9 /include/media | |
parent | 654a731be1a0b6f606f3f3d12b50db08f2ae3c34 (diff) | |
download | linux-215cedec379b69427c457104f0c36b389edc471c.tar.bz2 |
[media] media: remove emacs editor variables
1) This is not allowed by the kernel coding style
2) Just configure your editor correctly
3) It's really ugly
Signed-off-by: Hans Verkuil <hans.verkuil@cisco.com>
Acked-by: Sakari Ailus <sakari.ailus@linux.intel.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@osg.samsung.com>
Diffstat (limited to 'include/media')
-rw-r--r-- | include/media/videobuf-dvb.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/include/media/videobuf-dvb.h b/include/media/videobuf-dvb.h index d63965a1faaf..c3bfa473c3aa 100644 --- a/include/media/videobuf-dvb.h +++ b/include/media/videobuf-dvb.h @@ -56,9 +56,3 @@ struct videobuf_dvb_frontend * videobuf_dvb_get_frontend(struct videobuf_dvb_fro int videobuf_dvb_find_frontend(struct videobuf_dvb_frontends *f, struct dvb_frontend *p); #endif /* _VIDEOBUF_DVB_H_ */ - -/* - * Local variables: - * c-basic-offset: 8 - * End: - */ |