diff options
author | Hans Verkuil <hans.verkuil@cisco.com> | 2014-12-01 08:10:42 -0500 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@osg.samsung.com> | 2014-12-22 14:52:20 -0500 |
commit | 215cedec379b69427c457104f0c36b389edc471c (patch) | |
tree | 44c4c6bf70df28d0e9c312dc6ec618c6f5f271b9 /drivers/media/tuners/tda9887.c | |
parent | 654a731be1a0b6f606f3f3d12b50db08f2ae3c34 (diff) |
[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 'drivers/media/tuners/tda9887.c')
-rw-r--r-- | drivers/media/tuners/tda9887.c | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/drivers/media/tuners/tda9887.c b/drivers/media/tuners/tda9887.c index 9823248d743f..56be6c29399b 100644 --- a/drivers/media/tuners/tda9887.c +++ b/drivers/media/tuners/tda9887.c | |||
@@ -707,11 +707,3 @@ struct dvb_frontend *tda9887_attach(struct dvb_frontend *fe, | |||
707 | EXPORT_SYMBOL_GPL(tda9887_attach); | 707 | EXPORT_SYMBOL_GPL(tda9887_attach); |
708 | 708 | ||
709 | MODULE_LICENSE("GPL"); | 709 | MODULE_LICENSE("GPL"); |
710 | |||
711 | /* | ||
712 | * Overrides for Emacs so that we follow Linus's tabbing style. | ||
713 | * --------------------------------------------------------------------------- | ||
714 | * Local variables: | ||
715 | * c-basic-offset: 8 | ||
716 | * End: | ||
717 | */ | ||