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 /drivers/media/usb/pvrusb2/pvrusb2-debugifc.h | |
parent | 654a731be1a0b6f606f3f3d12b50db08f2ae3c34 (diff) | |
download | talos-obmc-linux-215cedec379b69427c457104f0c36b389edc471c.tar.gz talos-obmc-linux-215cedec379b69427c457104f0c36b389edc471c.zip |
[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-debugifc.h')
-rw-r--r-- | drivers/media/usb/pvrusb2/pvrusb2-debugifc.h | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/drivers/media/usb/pvrusb2/pvrusb2-debugifc.h b/drivers/media/usb/pvrusb2/pvrusb2-debugifc.h index 2f8d46761cd0..a8dfc55f136f 100644 --- a/drivers/media/usb/pvrusb2/pvrusb2-debugifc.h +++ b/drivers/media/usb/pvrusb2/pvrusb2-debugifc.h @@ -40,13 +40,3 @@ int pvr2_debugifc_docmd(struct pvr2_hdw *, const char *buf_ptr,unsigned int buf_size); #endif /* __PVRUSB2_DEBUGIFC_H */ - -/* - Stuff for Emacs to see, in order to encourage consistent editing style: - *** Local Variables: *** - *** mode: c *** - *** fill-column: 75 *** - *** tab-width: 8 *** - *** c-basic-offset: 8 *** - *** End: *** - */ |