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/usb/pvrusb2/pvrusb2-std.h | |
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/usb/pvrusb2/pvrusb2-std.h')
-rw-r--r-- | drivers/media/usb/pvrusb2/pvrusb2-std.h | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/drivers/media/usb/pvrusb2/pvrusb2-std.h b/drivers/media/usb/pvrusb2/pvrusb2-std.h index a35c53d0b320..ed4ec0474429 100644 --- a/drivers/media/usb/pvrusb2/pvrusb2-std.h +++ b/drivers/media/usb/pvrusb2/pvrusb2-std.h | |||
@@ -47,13 +47,3 @@ struct v4l2_standard *pvr2_std_create_enum(unsigned int *countptr, | |||
47 | v4l2_std_id pvr2_std_get_usable(void); | 47 | v4l2_std_id pvr2_std_get_usable(void); |
48 | 48 | ||
49 | #endif /* __PVRUSB2_STD_H */ | 49 | #endif /* __PVRUSB2_STD_H */ |
50 | |||
51 | /* | ||
52 | Stuff for Emacs to see, in order to encourage consistent editing style: | ||
53 | *** Local Variables: *** | ||
54 | *** mode: c *** | ||
55 | *** fill-column: 75 *** | ||
56 | *** tab-width: 8 *** | ||
57 | *** c-basic-offset: 8 *** | ||
58 | *** End: *** | ||
59 | */ | ||