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/common | |
| 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/common')
| -rw-r--r-- | drivers/media/common/btcx-risc.c | 6 | ||||
| -rw-r--r-- | drivers/media/common/btcx-risc.h | 6 |
2 files changed, 0 insertions, 12 deletions
diff --git a/drivers/media/common/btcx-risc.c b/drivers/media/common/btcx-risc.c index ac1b2687a20d..e67338aa8c89 100644 --- a/drivers/media/common/btcx-risc.c +++ b/drivers/media/common/btcx-risc.c | |||
| @@ -252,9 +252,3 @@ EXPORT_SYMBOL(btcx_screen_clips); | |||
| 252 | EXPORT_SYMBOL(btcx_align); | 252 | EXPORT_SYMBOL(btcx_align); |
| 253 | EXPORT_SYMBOL(btcx_sort_clips); | 253 | EXPORT_SYMBOL(btcx_sort_clips); |
| 254 | EXPORT_SYMBOL(btcx_calc_skips); | 254 | EXPORT_SYMBOL(btcx_calc_skips); |
| 255 | |||
| 256 | /* | ||
| 257 | * Local variables: | ||
| 258 | * c-basic-offset: 8 | ||
| 259 | * End: | ||
| 260 | */ | ||
diff --git a/drivers/media/common/btcx-risc.h b/drivers/media/common/btcx-risc.h index f8bc6e8e7b51..03583ef90506 100644 --- a/drivers/media/common/btcx-risc.h +++ b/drivers/media/common/btcx-risc.h | |||
| @@ -26,9 +26,3 @@ void btcx_sort_clips(struct v4l2_clip *clips, unsigned int nclips); | |||
| 26 | void btcx_calc_skips(int line, int width, int *maxy, | 26 | void btcx_calc_skips(int line, int width, int *maxy, |
| 27 | struct btcx_skiplist *skips, unsigned int *nskips, | 27 | struct btcx_skiplist *skips, unsigned int *nskips, |
| 28 | const struct v4l2_clip *clips, unsigned int nclips); | 28 | const struct v4l2_clip *clips, unsigned int nclips); |
| 29 | |||
| 30 | /* | ||
| 31 | * Local variables: | ||
| 32 | * c-basic-offset: 8 | ||
| 33 | * End: | ||
| 34 | */ | ||
