Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

[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>

authored by

Hans Verkuil and committed by
Mauro Carvalho Chehab
215cedec 654a731b

-840
-8
Documentation/DocBook/media/v4l/vidioc-dv-timings-cap.xml
··· 212 212 &return-value; 213 213 </refsect1> 214 214 </refentry> 215 - 216 - <!-- 217 - Local Variables: 218 - mode: sgml 219 - sgml-parent-document: "v4l2.sgml" 220 - indent-tabs-mode: nil 221 - End: 222 - -->
-8
Documentation/DocBook/media/v4l/vidioc-enum-dv-timings.xml
··· 131 131 </variablelist> 132 132 </refsect1> 133 133 </refentry> 134 - 135 - <!-- 136 - Local Variables: 137 - mode: sgml 138 - sgml-parent-document: "v4l2.sgml" 139 - indent-tabs-mode: nil 140 - End: 141 - -->
-6
drivers/media/common/btcx-risc.c
··· 252 252 EXPORT_SYMBOL(btcx_align); 253 253 EXPORT_SYMBOL(btcx_sort_clips); 254 254 EXPORT_SYMBOL(btcx_calc_skips); 255 - 256 - /* 257 - * Local variables: 258 - * c-basic-offset: 8 259 - * End: 260 - */
-6
drivers/media/common/btcx-risc.h
··· 26 26 void btcx_calc_skips(int line, int width, int *maxy, 27 27 struct btcx_skiplist *skips, unsigned int *nskips, 28 28 const struct v4l2_clip *clips, unsigned int nclips); 29 - 30 - /* 31 - * Local variables: 32 - * c-basic-offset: 8 33 - * End: 34 - */
-5
drivers/media/dvb-frontends/au8522.h
··· 91 91 }; 92 92 93 93 #endif /* __AU8522_H__ */ 94 - 95 - /* 96 - * Local variables: 97 - * c-basic-offset: 8 98 - */
-6
drivers/media/dvb-frontends/lg2160.c
··· 1456 1456 MODULE_AUTHOR("Michael Krufky <mkrufky@linuxtv.org>"); 1457 1457 MODULE_LICENSE("GPL"); 1458 1458 MODULE_VERSION("0.3"); 1459 - 1460 - /* 1461 - * Local variables: 1462 - * c-basic-offset: 8 1463 - * End: 1464 - */
-6
drivers/media/dvb-frontends/lgdt3305.c
··· 1215 1215 MODULE_AUTHOR("Michael Krufky <mkrufky@linuxtv.org>"); 1216 1216 MODULE_LICENSE("GPL"); 1217 1217 MODULE_VERSION("0.2"); 1218 - 1219 - /* 1220 - * Local variables: 1221 - * c-basic-offset: 8 1222 - * End: 1223 - */
-6
drivers/media/dvb-frontends/lgdt330x.c
··· 823 823 MODULE_LICENSE("GPL"); 824 824 825 825 EXPORT_SYMBOL(lgdt330x_attach); 826 - 827 - /* 828 - * Local variables: 829 - * c-basic-offset: 8 830 - * End: 831 - */
-6
drivers/media/dvb-frontends/lgdt330x.h
··· 65 65 #endif // CONFIG_DVB_LGDT330X 66 66 67 67 #endif /* LGDT330X_H */ 68 - 69 - /* 70 - * Local variables: 71 - * c-basic-offset: 8 72 - * End: 73 - */
-6
drivers/media/dvb-frontends/lgdt330x_priv.h
··· 69 69 }; 70 70 71 71 #endif /* _LGDT330X_PRIV_ */ 72 - 73 - /* 74 - * Local variables: 75 - * c-basic-offset: 8 76 - * End: 77 - */
-6
drivers/media/dvb-frontends/nxt200x.h
··· 55 55 #endif // CONFIG_DVB_NXT200X 56 56 57 57 #endif /* NXT200X_H */ 58 - 59 - /* 60 - * Local variables: 61 - * c-basic-offset: 8 62 - * End: 63 - */
-6
drivers/media/dvb-frontends/or51132.c
··· 623 623 MODULE_LICENSE("GPL"); 624 624 625 625 EXPORT_SYMBOL(or51132_attach); 626 - 627 - /* 628 - * Local variables: 629 - * c-basic-offset: 8 630 - * End: 631 - */
-6
drivers/media/dvb-frontends/or51132.h
··· 47 47 #endif // CONFIG_DVB_OR51132 48 48 49 49 #endif // OR51132_H 50 - 51 - /* 52 - * Local variables: 53 - * c-basic-offset: 8 54 - * End: 55 - */
-6
drivers/media/dvb-frontends/s5h1409.c
··· 1021 1021 MODULE_DESCRIPTION("Samsung S5H1409 QAM-B/ATSC Demodulator driver"); 1022 1022 MODULE_AUTHOR("Steven Toth"); 1023 1023 MODULE_LICENSE("GPL"); 1024 - 1025 - 1026 - /* 1027 - * Local variables: 1028 - * c-basic-offset: 8 1029 - */
-5
drivers/media/dvb-frontends/s5h1409.h
··· 81 81 #endif /* CONFIG_DVB_S5H1409 */ 82 82 83 83 #endif /* __S5H1409_H__ */ 84 - 85 - /* 86 - * Local variables: 87 - * c-basic-offset: 8 88 - */
-5
drivers/media/dvb-frontends/s5h1411.c
··· 944 944 MODULE_DESCRIPTION("Samsung S5H1411 QAM-B/ATSC Demodulator driver"); 945 945 MODULE_AUTHOR("Steven Toth"); 946 946 MODULE_LICENSE("GPL"); 947 - 948 - /* 949 - * Local variables: 950 - * c-basic-offset: 8 951 - */
-5
drivers/media/dvb-frontends/s5h1411.h
··· 83 83 #endif /* CONFIG_DVB_S5H1411 */ 84 84 85 85 #endif /* __S5H1411_H__ */ 86 - 87 - /* 88 - * Local variables: 89 - * c-basic-offset: 8 90 - */
-8
drivers/media/i2c/msp3400-driver.c
··· 904 904 }; 905 905 906 906 module_i2c_driver(msp_driver); 907 - 908 - /* 909 - * Overrides for Emacs so that we follow Linus's tabbing style. 910 - * --------------------------------------------------------------------------- 911 - * Local variables: 912 - * c-basic-offset: 8 913 - * End: 914 - */
-6
drivers/media/pci/bt8xx/bt878.c
··· 590 590 module_exit(bt878_cleanup_module); 591 591 592 592 MODULE_LICENSE("GPL"); 593 - 594 - /* 595 - * Local variables: 596 - * c-basic-offset: 8 597 - * End: 598 - */
-7
drivers/media/pci/bt8xx/bttv-cards.c
··· 5048 5048 pci_write_config_byte(btv->c.pci, PCI_LATENCY_TIMER, latency); 5049 5049 return 0; 5050 5050 } 5051 - 5052 - 5053 - /* 5054 - * Local variables: 5055 - * c-basic-offset: 8 5056 - * End: 5057 - */
-6
drivers/media/pci/bt8xx/bttv-driver.c
··· 4429 4429 4430 4430 module_init(bttv_init_module); 4431 4431 module_exit(bttv_cleanup_module); 4432 - 4433 - /* 4434 - * Local variables: 4435 - * c-basic-offset: 8 4436 - * End: 4437 - */
-6
drivers/media/pci/bt8xx/bttv-gpio.c
··· 181 181 btwrite(data,BT848_GPIO_DATA); 182 182 spin_unlock_irqrestore(&btv->gpio_lock,flags); 183 183 } 184 - 185 - /* 186 - * Local variables: 187 - * c-basic-offset: 8 188 - * End: 189 - */
-6
drivers/media/pci/bt8xx/bttv-if.c
··· 113 113 bttv_gpio_tracking(btv,"extern write"); 114 114 return 0; 115 115 } 116 - 117 - /* 118 - * Local variables: 119 - * c-basic-offset: 8 120 - * End: 121 - */
-6
drivers/media/pci/bt8xx/bttv-risc.c
··· 901 901 buf->vb.field = ov->field; 902 902 return 0; 903 903 } 904 - 905 - /* 906 - * Local variables: 907 - * c-basic-offset: 8 908 - * End: 909 - */
-7
drivers/media/pci/bt8xx/bttv-vbi.c
··· 450 450 /* See bttv_vbi_fmt_set(). */ 451 451 f->end = tvnorm->vbistart[0] * 2 + 2; 452 452 } 453 - 454 - /* ----------------------------------------------------------------------- */ 455 - /* 456 - * Local variables: 457 - * c-basic-offset: 8 458 - * End: 459 - */
-5
drivers/media/pci/bt8xx/bttv.h
··· 378 378 extern void bttv_input_irq(struct bttv *dev); 379 379 380 380 #endif /* _BTTV_H_ */ 381 - /* 382 - * Local variables: 383 - * c-basic-offset: 8 384 - * End: 385 - */
-6
drivers/media/pci/bt8xx/bttvp.h
··· 531 531 #define btaor(dat,mask,adr) btwrite((dat) | ((mask) & btread(adr)), adr) 532 532 533 533 #endif /* _BTTVP_H_ */ 534 - 535 - /* 536 - * Local variables: 537 - * c-basic-offset: 8 538 - * End: 539 - */
-7
drivers/media/pci/cx88/cx88-core.c
··· 1091 1091 1092 1092 EXPORT_SYMBOL(cx88_ir_start); 1093 1093 EXPORT_SYMBOL(cx88_ir_stop); 1094 - 1095 - /* 1096 - * Local variables: 1097 - * c-basic-offset: 8 1098 - * End: 1099 - * kate: eol "unix"; indent-width 3; remove-trailing-space on; replace-trailing-space-save on; tab-width 8; replace-tabs off; space-indent off; mixed-indent off 1100 - */
-7
drivers/media/pci/cx88/cx88-mpeg.c
··· 833 833 EXPORT_SYMBOL(cx8802_register_driver); 834 834 EXPORT_SYMBOL(cx8802_unregister_driver); 835 835 EXPORT_SYMBOL(cx8802_get_driver); 836 - /* ----------------------------------------------------------- */ 837 - /* 838 - * Local variables: 839 - * c-basic-offset: 8 840 - * End: 841 - * kate: eol "unix"; indent-width 3; remove-trailing-space on; replace-trailing-space-save on; tab-width 8; replace-tabs off; space-indent off; mixed-indent off 842 - */
-7
drivers/media/pci/cx88/cx88-tvaudio.c
··· 1050 1050 EXPORT_SYMBOL(cx88_set_stereo); 1051 1051 EXPORT_SYMBOL(cx88_get_stereo); 1052 1052 EXPORT_SYMBOL(cx88_audio_thread); 1053 - 1054 - /* 1055 - * Local variables: 1056 - * c-basic-offset: 8 1057 - * End: 1058 - * kate: eol "unix"; indent-width 3; remove-trailing-space on; replace-trailing-space-save on; tab-width 8; replace-tabs off; space-indent off; mixed-indent off 1059 - */
-8
drivers/media/tuners/mt20xx.c
··· 660 660 MODULE_DESCRIPTION("Microtune tuner driver"); 661 661 MODULE_AUTHOR("Ralph Metzler, Gerd Knorr, Gunther Mayer"); 662 662 MODULE_LICENSE("GPL"); 663 - 664 - /* 665 - * Overrides for Emacs so that we follow Linus's tabbing style. 666 - * --------------------------------------------------------------------------- 667 - * Local variables: 668 - * c-basic-offset: 8 669 - * End: 670 - */
-5
drivers/media/tuners/mt2131.c
··· 294 294 MODULE_AUTHOR("Steven Toth"); 295 295 MODULE_DESCRIPTION("Microtune MT2131 silicon tuner driver"); 296 296 MODULE_LICENSE("GPL"); 297 - 298 - /* 299 - * Local variables: 300 - * c-basic-offset: 8 301 - */
-5
drivers/media/tuners/mt2131.h
··· 47 47 #endif /* CONFIG_MEDIA_TUNER_MT2131 */ 48 48 49 49 #endif /* __MT2131_H__ */ 50 - 51 - /* 52 - * Local variables: 53 - * c-basic-offset: 8 54 - */
-5
drivers/media/tuners/mt2131_priv.h
··· 41 41 }; 42 42 43 43 #endif /* __MT2131_PRIV_H__ */ 44 - 45 - /* 46 - * Local variables: 47 - * c-basic-offset: 8 48 - */
-8
drivers/media/tuners/mxl5007t.c
··· 938 938 MODULE_AUTHOR("Michael Krufky <mkrufky@linuxtv.org>"); 939 939 MODULE_LICENSE("GPL"); 940 940 MODULE_VERSION("0.2"); 941 - 942 - /* 943 - * Overrides for Emacs so that we follow Linus's tabbing style. 944 - * --------------------------------------------------------------------------- 945 - * Local variables: 946 - * c-basic-offset: 8 947 - * End: 948 - */
-9
drivers/media/tuners/mxl5007t.h
··· 93 93 #endif 94 94 95 95 #endif /* __MXL5007T_H__ */ 96 - 97 - /* 98 - * Overrides for Emacs so that we follow Linus's tabbing style. 99 - * --------------------------------------------------------------------------- 100 - * Local variables: 101 - * c-basic-offset: 8 102 - * End: 103 - */ 104 -
-8
drivers/media/tuners/tda18271-fe.c
··· 1355 1355 MODULE_AUTHOR("Michael Krufky <mkrufky@linuxtv.org>"); 1356 1356 MODULE_LICENSE("GPL"); 1357 1357 MODULE_VERSION("0.4"); 1358 - 1359 - /* 1360 - * Overrides for Emacs so that we follow Linus's tabbing style. 1361 - * --------------------------------------------------------------------------- 1362 - * Local variables: 1363 - * c-basic-offset: 8 1364 - * End: 1365 - */
-8
drivers/media/tuners/tda18271-maps.c
··· 1305 1305 1306 1306 return ret; 1307 1307 } 1308 - 1309 - /* 1310 - * Overrides for Emacs so that we follow Linus's tabbing style. 1311 - * --------------------------------------------------------------------------- 1312 - * Local variables: 1313 - * c-basic-offset: 8 1314 - * End: 1315 - */
-8
drivers/media/tuners/tda18271-priv.h
··· 226 226 extern int tda18271_calc_rf_cal(struct dvb_frontend *fe, u32 *freq); 227 227 228 228 #endif /* __TDA18271_PRIV_H__ */ 229 - 230 - /* 231 - * Overrides for Emacs so that we follow Linus's tabbing style. 232 - * --------------------------------------------------------------------------- 233 - * Local variables: 234 - * c-basic-offset: 8 235 - * End: 236 - */
-8
drivers/media/tuners/tda827x.c
··· 907 907 MODULE_AUTHOR("Hartmut Hackmann <hartmut.hackmann@t-online.de>"); 908 908 MODULE_AUTHOR("Michael Krufky <mkrufky@linuxtv.org>"); 909 909 MODULE_LICENSE("GPL"); 910 - 911 - /* 912 - * Overrides for Emacs so that we follow Linus's tabbing style. 913 - * --------------------------------------------------------------------------- 914 - * Local variables: 915 - * c-basic-offset: 8 916 - * End: 917 - */
-8
drivers/media/tuners/tda8290.c
··· 881 881 MODULE_DESCRIPTION("Philips/NXP TDA8290/TDA8295 analog IF demodulator driver"); 882 882 MODULE_AUTHOR("Gerd Knorr, Hartmut Hackmann, Michael Krufky"); 883 883 MODULE_LICENSE("GPL"); 884 - 885 - /* 886 - * Overrides for Emacs so that we follow Linus's tabbing style. 887 - * --------------------------------------------------------------------------- 888 - * Local variables: 889 - * c-basic-offset: 8 890 - * End: 891 - */
-8
drivers/media/tuners/tda9887.c
··· 707 707 EXPORT_SYMBOL_GPL(tda9887_attach); 708 708 709 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 - */
-8
drivers/media/tuners/tuner-simple.c
··· 1148 1148 MODULE_DESCRIPTION("Simple 4-control-bytes style tuner driver"); 1149 1149 MODULE_AUTHOR("Ralph Metzler, Gerd Knorr, Gunther Mayer"); 1150 1150 MODULE_LICENSE("GPL"); 1151 - 1152 - /* 1153 - * Overrides for Emacs so that we follow Linus's tabbing style. 1154 - * --------------------------------------------------------------------------- 1155 - * Local variables: 1156 - * c-basic-offset: 8 1157 - * End: 1158 - */
-6
drivers/media/usb/dvb-usb-v2/mxl111sf-demod.c
··· 604 604 MODULE_AUTHOR("Michael Krufky <mkrufky@linuxtv.org>"); 605 605 MODULE_LICENSE("GPL"); 606 606 MODULE_VERSION("0.1"); 607 - 608 - /* 609 - * Local variables: 610 - * c-basic-offset: 8 611 - * End: 612 - */
-6
drivers/media/usb/dvb-usb-v2/mxl111sf-demod.h
··· 47 47 #endif /* CONFIG_DVB_USB_MXL111SF */ 48 48 49 49 #endif /* __MXL111SF_DEMOD_H__ */ 50 - 51 - /* 52 - * Local variables: 53 - * c-basic-offset: 8 54 - * End: 55 - */
-6
drivers/media/usb/dvb-usb-v2/mxl111sf-gpio.c
··· 755 755 } 756 756 return 0; 757 757 } 758 - 759 - /* 760 - * Local variables: 761 - * c-basic-offset: 8 762 - * End: 763 - */
-6
drivers/media/usb/dvb-usb-v2/mxl111sf-gpio.h
··· 48 48 enum mxl111sf_mux_config pin_mux_config); 49 49 50 50 #endif /* _DVB_USB_MXL111SF_GPIO_H_ */ 51 - 52 - /* 53 - * Local variables: 54 - * c-basic-offset: 8 55 - * End: 56 - */
-6
drivers/media/usb/dvb-usb-v2/mxl111sf-i2c.c
··· 842 842 843 843 return i == num ? num : -EREMOTEIO; 844 844 } 845 - 846 - /* 847 - * Local variables: 848 - * c-basic-offset: 8 849 - * End: 850 - */
-6
drivers/media/usb/dvb-usb-v2/mxl111sf-i2c.h
··· 27 27 struct i2c_msg msg[], int num); 28 28 29 29 #endif /* _DVB_USB_MXL111SF_I2C_H_ */ 30 - 31 - /* 32 - * Local variables: 33 - * c-basic-offset: 8 34 - * End: 35 - */
-6
drivers/media/usb/dvb-usb-v2/mxl111sf-phy.c
··· 335 335 336 336 return ret; 337 337 } 338 - 339 - /* 340 - * Local variables: 341 - * c-basic-offset: 8 342 - * End: 343 - */
-6
drivers/media/usb/dvb-usb-v2/mxl111sf-phy.h
··· 45 45 u8 current_value, u8 hysteresis_value); 46 46 47 47 #endif /* _DVB_USB_MXL111SF_PHY_H_ */ 48 - 49 - /* 50 - * Local variables: 51 - * c-basic-offset: 8 52 - * End: 53 - */
-6
drivers/media/usb/dvb-usb-v2/mxl111sf-reg.h
··· 171 171 #define V6_DIG_RF_PWR_MSB_REG 0x47 172 172 173 173 #endif /* _DVB_USB_MXL111SF_REG_H_ */ 174 - 175 - /* 176 - * Local variables: 177 - * c-basic-offset: 8 178 - * End: 179 - */
-8
drivers/media/usb/dvb-usb-v2/mxl111sf-tuner.c
··· 515 515 MODULE_AUTHOR("Michael Krufky <mkrufky@linuxtv.org>"); 516 516 MODULE_LICENSE("GPL"); 517 517 MODULE_VERSION("0.1"); 518 - 519 - /* 520 - * Overrides for Emacs so that we follow Linus's tabbing style. 521 - * --------------------------------------------------------------------------- 522 - * Local variables: 523 - * c-basic-offset: 8 524 - * End: 525 - */
-9
drivers/media/usb/dvb-usb-v2/mxl111sf-tuner.h
··· 77 77 #endif 78 78 79 79 #endif /* __MXL111SF_TUNER_H__ */ 80 - 81 - /* 82 - * Overrides for Emacs so that we follow Linus's tabbing style. 83 - * --------------------------------------------------------------------------- 84 - * Local variables: 85 - * c-basic-offset: 8 86 - * End: 87 - */ 88 -
-6
drivers/media/usb/dvb-usb-v2/mxl111sf.c
··· 1425 1425 MODULE_DESCRIPTION("Driver for MaxLinear MxL111SF"); 1426 1426 MODULE_VERSION("1.0"); 1427 1427 MODULE_LICENSE("GPL"); 1428 - 1429 - /* 1430 - * Local variables: 1431 - * c-basic-offset: 8 1432 - * End: 1433 - */
-6
drivers/media/usb/dvb-usb-v2/mxl111sf.h
··· 152 152 }) 153 153 154 154 #endif /* _DVB_USB_MXL111SF_H_ */ 155 - 156 - /* 157 - * Local variables: 158 - * c-basic-offset: 8 159 - * End: 160 - */
-5
drivers/media/usb/dvb-usb/m920x.c
··· 1269 1269 MODULE_DESCRIPTION("DVB Driver for ULI M920x"); 1270 1270 MODULE_VERSION("0.1"); 1271 1271 MODULE_LICENSE("GPL"); 1272 - 1273 - /* 1274 - * Local variables: 1275 - * c-basic-offset: 8 1276 - */
-10
drivers/media/usb/pvrusb2/pvrusb2-audio.c
··· 84 84 MSP_OUTPUT(MSP_SC_IN_DSP_SCART1), 0); 85 85 } 86 86 } 87 - 88 - /* 89 - Stuff for Emacs to see, in order to encourage consistent editing style: 90 - *** Local Variables: *** 91 - *** mode: c *** 92 - *** fill-column: 70 *** 93 - *** tab-width: 8 *** 94 - *** c-basic-offset: 8 *** 95 - *** End: *** 96 - */
-10
drivers/media/usb/pvrusb2/pvrusb2-audio.h
··· 25 25 #include "pvrusb2-hdw-internal.h" 26 26 void pvr2_msp3400_subdev_update(struct pvr2_hdw *, struct v4l2_subdev *); 27 27 #endif /* __PVRUSB2_AUDIO_H */ 28 - 29 - /* 30 - Stuff for Emacs to see, in order to encourage consistent editing style: 31 - *** Local Variables: *** 32 - *** mode: c *** 33 - *** fill-column: 70 *** 34 - *** tab-width: 8 *** 35 - *** c-basic-offset: 8 *** 36 - *** End: *** 37 - */
-11
drivers/media/usb/pvrusb2/pvrusb2-context.c
··· 418 418 pvr2_ioread_set_sync_key(cp,stream_sync_key,sizeof(stream_sync_key)); 419 419 return cp; 420 420 } 421 - 422 - 423 - /* 424 - Stuff for Emacs to see, in order to encourage consistent editing style: 425 - *** Local Variables: *** 426 - *** mode: c *** 427 - *** fill-column: 75 *** 428 - *** tab-width: 8 *** 429 - *** c-basic-offset: 8 *** 430 - *** End: *** 431 - */
-9
drivers/media/usb/pvrusb2/pvrusb2-context.h
··· 83 83 void pvr2_context_global_done(void); 84 84 85 85 #endif /* __PVRUSB2_CONTEXT_H */ 86 - /* 87 - Stuff for Emacs to see, in order to encourage consistent editing style: 88 - *** Local Variables: *** 89 - *** mode: c *** 90 - *** fill-column: 75 *** 91 - *** tab-width: 8 *** 92 - *** c-basic-offset: 8 *** 93 - *** End: *** 94 - */
-11
drivers/media/usb/pvrusb2/pvrusb2-cs53l32a.c
··· 82 82 sd->ops->audio->s_routing(sd, input, 0, 0); 83 83 } 84 84 } 85 - 86 - 87 - /* 88 - Stuff for Emacs to see, in order to encourage consistent editing style: 89 - *** Local Variables: *** 90 - *** mode: c *** 91 - *** fill-column: 70 *** 92 - *** tab-width: 8 *** 93 - *** c-basic-offset: 8 *** 94 - *** End: *** 95 - */
-10
drivers/media/usb/pvrusb2/pvrusb2-cs53l32a.h
··· 36 36 void pvr2_cs53l32a_subdev_update(struct pvr2_hdw *, struct v4l2_subdev *); 37 37 38 38 #endif /* __PVRUSB2_AUDIO_CS53L32A_H */ 39 - 40 - /* 41 - Stuff for Emacs to see, in order to encourage consistent editing style: 42 - *** Local Variables: *** 43 - *** mode: c *** 44 - *** fill-column: 70 *** 45 - *** tab-width: 8 *** 46 - *** c-basic-offset: 8 *** 47 - *** End: *** 48 - */
-11
drivers/media/usb/pvrusb2/pvrusb2-ctrl.c
··· 596 596 } while(0); LOCK_GIVE(cptr->hdw->big_lock); 597 597 return ret; 598 598 } 599 - 600 - 601 - /* 602 - Stuff for Emacs to see, in order to encourage consistent editing style: 603 - *** Local Variables: *** 604 - *** mode: c *** 605 - *** fill-column: 75 *** 606 - *** tab-width: 8 *** 607 - *** c-basic-offset: 8 *** 608 - *** End: *** 609 - */
-10
drivers/media/usb/pvrusb2/pvrusb2-ctrl.h
··· 110 110 unsigned int *len); 111 111 112 112 #endif /* __PVRUSB2_CTRL_H */ 113 - 114 - /* 115 - Stuff for Emacs to see, in order to encourage consistent editing style: 116 - *** Local Variables: *** 117 - *** mode: c *** 118 - *** fill-column: 75 *** 119 - *** tab-width: 8 *** 120 - *** c-basic-offset: 8 *** 121 - *** End: *** 122 - */
-12
drivers/media/usb/pvrusb2/pvrusb2-cx2584x-v4l.c
··· 152 152 sd->ops->audio->s_routing(sd, (u32)aud_input, 0, 0); 153 153 } 154 154 } 155 - 156 - 157 - 158 - /* 159 - Stuff for Emacs to see, in order to encourage consistent editing style: 160 - *** Local Variables: *** 161 - *** mode: c *** 162 - *** fill-column: 70 *** 163 - *** tab-width: 8 *** 164 - *** c-basic-offset: 8 *** 165 - *** End: *** 166 - */
-10
drivers/media/usb/pvrusb2/pvrusb2-cx2584x-v4l.h
··· 40 40 41 41 42 42 #endif /* __PVRUSB2_CX2584X_V4L_H */ 43 - 44 - /* 45 - Stuff for Emacs to see, in order to encourage consistent editing style: 46 - *** Local Variables: *** 47 - *** mode: c *** 48 - *** fill-column: 70 *** 49 - *** tab-width: 8 *** 50 - *** c-basic-offset: 8 *** 51 - *** End: *** 52 - */
-10
drivers/media/usb/pvrusb2/pvrusb2-debug.h
··· 57 57 58 58 59 59 #endif /* __PVRUSB2_HDW_INTERNAL_H */ 60 - 61 - /* 62 - Stuff for Emacs to see, in order to encourage consistent editing style: 63 - *** Local Variables: *** 64 - *** mode: c *** 65 - *** fill-column: 75 *** 66 - *** tab-width: 8 *** 67 - *** c-basic-offset: 8 *** 68 - *** End: *** 69 - */
-11
drivers/media/usb/pvrusb2/pvrusb2-debugifc.c
··· 322 322 323 323 return 0; 324 324 } 325 - 326 - 327 - /* 328 - Stuff for Emacs to see, in order to encourage consistent editing style: 329 - *** Local Variables: *** 330 - *** mode: c *** 331 - *** fill-column: 75 *** 332 - *** tab-width: 8 *** 333 - *** c-basic-offset: 8 *** 334 - *** End: *** 335 - */
-10
drivers/media/usb/pvrusb2/pvrusb2-debugifc.h
··· 40 40 const char *buf_ptr,unsigned int buf_size); 41 41 42 42 #endif /* __PVRUSB2_DEBUGIFC_H */ 43 - 44 - /* 45 - Stuff for Emacs to see, in order to encourage consistent editing style: 46 - *** Local Variables: *** 47 - *** mode: c *** 48 - *** fill-column: 75 *** 49 - *** tab-width: 8 *** 50 - *** c-basic-offset: 8 *** 51 - *** End: *** 52 - */
-10
drivers/media/usb/pvrusb2/pvrusb2-devattr.c
··· 564 564 MODULE_FIRMWARE(PVR2_FIRMWARE_24xxx); 565 565 MODULE_FIRMWARE(PVR2_FIRMWARE_73xxx); 566 566 MODULE_FIRMWARE(PVR2_FIRMWARE_75xxx); 567 - 568 - /* 569 - Stuff for Emacs to see, in order to encourage consistent editing style: 570 - *** Local Variables: *** 571 - *** mode: c *** 572 - *** fill-column: 75 *** 573 - *** tab-width: 8 *** 574 - *** c-basic-offset: 8 *** 575 - *** End: *** 576 - */
-10
drivers/media/usb/pvrusb2/pvrusb2-devattr.h
··· 187 187 extern struct usb_device_id pvr2_device_table[]; 188 188 189 189 #endif /* __PVRUSB2_HDW_INTERNAL_H */ 190 - 191 - /* 192 - Stuff for Emacs to see, in order to encourage consistent editing style: 193 - *** Local Variables: *** 194 - *** mode: c *** 195 - *** fill-column: 75 *** 196 - *** tab-width: 8 *** 197 - *** c-basic-offset: 8 *** 198 - *** End: *** 199 - */
-10
drivers/media/usb/pvrusb2/pvrusb2-eeprom.c
··· 152 152 153 153 return 0; 154 154 } 155 - 156 - /* 157 - Stuff for Emacs to see, in order to encourage consistent editing style: 158 - *** Local Variables: *** 159 - *** mode: c *** 160 - *** fill-column: 70 *** 161 - *** tab-width: 8 *** 162 - *** c-basic-offset: 8 *** 163 - *** End: *** 164 - */
-10
drivers/media/usb/pvrusb2/pvrusb2-eeprom.h
··· 27 27 int pvr2_eeprom_analyze(struct pvr2_hdw *); 28 28 29 29 #endif /* __PVRUSB2_EEPROM_H */ 30 - 31 - /* 32 - Stuff for Emacs to see, in order to encourage consistent editing style: 33 - *** Local Variables: *** 34 - *** mode: c *** 35 - *** fill-column: 70 *** 36 - *** tab-width: 8 *** 37 - *** c-basic-offset: 8 *** 38 - *** End: *** 39 - */
-11
drivers/media/usb/pvrusb2/pvrusb2-encoder.c
··· 538 538 539 539 return status; 540 540 } 541 - 542 - 543 - /* 544 - Stuff for Emacs to see, in order to encourage consistent editing style: 545 - *** Local Variables: *** 546 - *** mode: c *** 547 - *** fill-column: 70 *** 548 - *** tab-width: 8 *** 549 - *** c-basic-offset: 8 *** 550 - *** End: *** 551 - */
-10
drivers/media/usb/pvrusb2/pvrusb2-encoder.h
··· 30 30 int pvr2_encoder_stop(struct pvr2_hdw *); 31 31 32 32 #endif /* __PVRUSB2_ENCODER_H */ 33 - 34 - /* 35 - Stuff for Emacs to see, in order to encourage consistent editing style: 36 - *** Local Variables: *** 37 - *** mode: c *** 38 - *** fill-column: 70 *** 39 - *** tab-width: 8 *** 40 - *** c-basic-offset: 8 *** 41 - *** End: *** 42 - */
-10
drivers/media/usb/pvrusb2/pvrusb2-fx2-cmd.h
··· 60 60 #define FX2CMD_ONAIR_DTV_POWER_OFF 0xa3u 61 61 62 62 #endif /* _PVRUSB2_FX2_CMD_H_ */ 63 - 64 - /* 65 - Stuff for Emacs to see, in order to encourage consistent editing style: 66 - *** Local Variables: *** 67 - *** mode: c *** 68 - *** fill-column: 75 *** 69 - *** tab-width: 8 *** 70 - *** c-basic-offset: 8 *** 71 - *** End: *** 72 - */
-10
drivers/media/usb/pvrusb2/pvrusb2-hdw-internal.h
··· 394 394 void pvr2_hdw_status_poll(struct pvr2_hdw *); 395 395 396 396 #endif /* __PVRUSB2_HDW_INTERNAL_H */ 397 - 398 - /* 399 - Stuff for Emacs to see, in order to encourage consistent editing style: 400 - *** Local Variables: *** 401 - *** mode: c *** 402 - *** fill-column: 75 *** 403 - *** tab-width: 8 *** 404 - *** c-basic-offset: 8 *** 405 - *** End: *** 406 - */
-10
drivers/media/usb/pvrusb2/pvrusb2-hdw.h
··· 343 343 int pvr2_upload_firmware2(struct pvr2_hdw *hdw); 344 344 345 345 #endif /* __PVRUSB2_HDW_H */ 346 - 347 - /* 348 - Stuff for Emacs to see, in order to encourage consistent editing style: 349 - *** Local Variables: *** 350 - *** mode: c *** 351 - *** fill-column: 75 *** 352 - *** tab-width: 8 *** 353 - *** c-basic-offset: 8 *** 354 - *** End: *** 355 - */
-10
drivers/media/usb/pvrusb2/pvrusb2-i2c-core.c
··· 686 686 hdw->i2c_linked = 0; 687 687 } 688 688 } 689 - 690 - /* 691 - Stuff for Emacs to see, in order to encourage consistent editing style: 692 - *** Local Variables: *** 693 - *** mode: c *** 694 - *** fill-column: 75 *** 695 - *** tab-width: 8 *** 696 - *** c-basic-offset: 8 *** 697 - *** End: *** 698 - */
-11
drivers/media/usb/pvrusb2/pvrusb2-i2c-core.h
··· 27 27 28 28 29 29 #endif /* __PVRUSB2_I2C_ADAPTER_H */ 30 - 31 - 32 - /* 33 - Stuff for Emacs to see, in order to encourage consistent editing style: 34 - *** Local Variables: *** 35 - *** mode: c *** 36 - *** fill-column: 75 *** 37 - *** tab-width: 8 *** 38 - *** c-basic-offset: 8 *** 39 - *** End: *** 40 - */
-11
drivers/media/usb/pvrusb2/pvrusb2-io.c
··· 682 682 { 683 683 return bp->id; 684 684 } 685 - 686 - 687 - /* 688 - Stuff for Emacs to see, in order to encourage consistent editing style: 689 - *** Local Variables: *** 690 - *** mode: c *** 691 - *** fill-column: 75 *** 692 - *** tab-width: 8 *** 693 - *** c-basic-offset: 8 *** 694 - *** End: *** 695 - */
-10
drivers/media/usb/pvrusb2/pvrusb2-io.h
··· 90 90 int pvr2_buffer_queue(struct pvr2_buffer *); 91 91 92 92 #endif /* __PVRUSB2_IO_H */ 93 - 94 - /* 95 - Stuff for Emacs to see, in order to encourage consistent editing style: 96 - *** Local Variables: *** 97 - *** mode: c *** 98 - *** fill-column: 75 *** 99 - *** tab-width: 8 *** 100 - *** c-basic-offset: 8 *** 101 - *** End: *** 102 - */
-11
drivers/media/usb/pvrusb2/pvrusb2-ioread.c
··· 499 499 cp,req_cnt,ret); 500 500 return ret; 501 501 } 502 - 503 - 504 - /* 505 - Stuff for Emacs to see, in order to encourage consistent editing style: 506 - *** Local Variables: *** 507 - *** mode: c *** 508 - *** fill-column: 75 *** 509 - *** tab-width: 8 *** 510 - *** c-basic-offset: 8 *** 511 - *** End: *** 512 - */
-10
drivers/media/usb/pvrusb2/pvrusb2-ioread.h
··· 36 36 int pvr2_ioread_avail(struct pvr2_ioread *); 37 37 38 38 #endif /* __PVRUSB2_IOREAD_H */ 39 - 40 - /* 41 - Stuff for Emacs to see, in order to encourage consistent editing style: 42 - *** Local Variables: *** 43 - *** mode: c *** 44 - *** fill-column: 75 *** 45 - *** tab-width: 8 *** 46 - *** c-basic-offset: 8 *** 47 - *** End: *** 48 - */
-11
drivers/media/usb/pvrusb2/pvrusb2-main.c
··· 169 169 MODULE_DESCRIPTION(DRIVER_DESC); 170 170 MODULE_LICENSE("GPL"); 171 171 MODULE_VERSION("0.9.1"); 172 - 173 - 174 - /* 175 - Stuff for Emacs to see, in order to encourage consistent editing style: 176 - *** Local Variables: *** 177 - *** mode: c *** 178 - *** fill-column: 70 *** 179 - *** tab-width: 8 *** 180 - *** c-basic-offset: 8 *** 181 - *** End: *** 182 - */
-11
drivers/media/usb/pvrusb2/pvrusb2-std.c
··· 398 398 { 399 399 return CSTD_ALL; 400 400 } 401 - 402 - 403 - /* 404 - Stuff for Emacs to see, in order to encourage consistent editing style: 405 - *** Local Variables: *** 406 - *** mode: c *** 407 - *** fill-column: 75 *** 408 - *** tab-width: 8 *** 409 - *** c-basic-offset: 8 *** 410 - *** End: *** 411 - */
-10
drivers/media/usb/pvrusb2/pvrusb2-std.h
··· 47 47 v4l2_std_id pvr2_std_get_usable(void); 48 48 49 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 - */
-11
drivers/media/usb/pvrusb2/pvrusb2-sysfs.c
··· 848 848 return count; 849 849 } 850 850 #endif /* CONFIG_VIDEO_PVRUSB2_DEBUGIFC */ 851 - 852 - 853 - /* 854 - Stuff for Emacs to see, in order to encourage consistent editing style: 855 - *** Local Variables: *** 856 - *** mode: c *** 857 - *** fill-column: 75 *** 858 - *** tab-width: 8 *** 859 - *** c-basic-offset: 8 *** 860 - *** End: *** 861 - */
-10
drivers/media/usb/pvrusb2/pvrusb2-sysfs.h
··· 34 34 struct pvr2_sysfs_class *); 35 35 36 36 #endif /* __PVRUSB2_SYSFS_H */ 37 - 38 - /* 39 - Stuff for Emacs to see, in order to encourage consistent editing style: 40 - *** Local Variables: *** 41 - *** mode: c *** 42 - *** fill-column: 75 *** 43 - *** tab-width: 8 *** 44 - *** c-basic-offset: 8 *** 45 - *** End: *** 46 - */
-10
drivers/media/usb/pvrusb2/pvrusb2-util.h
··· 50 50 51 51 52 52 #endif /* __PVRUSB2_UTIL_H */ 53 - 54 - /* 55 - Stuff for Emacs to see, in order to encourage consistent editing style: 56 - *** Local Variables: *** 57 - *** mode: c *** 58 - *** fill-column: 75 *** 59 - *** tab-width: 8 *** 60 - *** c-basic-offset: 8 *** 61 - *** End: *** 62 - */
-10
drivers/media/usb/pvrusb2/pvrusb2-v4l2.c
··· 1360 1360 pvr2_v4l2_destroy_no_lock(vp); 1361 1361 return NULL; 1362 1362 } 1363 - 1364 - /* 1365 - Stuff for Emacs to see, in order to encourage consistent editing style: 1366 - *** Local Variables: *** 1367 - *** mode: c *** 1368 - *** fill-column: 75 *** 1369 - *** tab-width: 8 *** 1370 - *** c-basic-offset: 8 *** 1371 - *** End: *** 1372 - */
-10
drivers/media/usb/pvrusb2/pvrusb2-v4l2.h
··· 27 27 struct pvr2_v4l2 *pvr2_v4l2_create(struct pvr2_context *); 28 28 29 29 #endif /* __PVRUSB2_V4L2_H */ 30 - 31 - /* 32 - Stuff for Emacs to see, in order to encourage consistent editing style: 33 - *** Local Variables: *** 34 - *** mode: c *** 35 - *** fill-column: 75 *** 36 - *** tab-width: 8 *** 37 - *** c-basic-offset: 8 *** 38 - *** End: *** 39 - */
-11
drivers/media/usb/pvrusb2/pvrusb2-video-v4l.c
··· 101 101 sd->ops->video->s_routing(sd, input, 0, 0); 102 102 } 103 103 } 104 - 105 - 106 - /* 107 - Stuff for Emacs to see, in order to encourage consistent editing style: 108 - *** Local Variables: *** 109 - *** mode: c *** 110 - *** fill-column: 70 *** 111 - *** tab-width: 8 *** 112 - *** c-basic-offset: 8 *** 113 - *** End: *** 114 - */
-10
drivers/media/usb/pvrusb2/pvrusb2-video-v4l.h
··· 36 36 void pvr2_saa7115_subdev_update(struct pvr2_hdw *, struct v4l2_subdev *); 37 37 38 38 #endif /* __PVRUSB2_VIDEO_V4L_H */ 39 - 40 - /* 41 - Stuff for Emacs to see, in order to encourage consistent editing style: 42 - *** Local Variables: *** 43 - *** mode: c *** 44 - *** fill-column: 70 *** 45 - *** tab-width: 8 *** 46 - *** c-basic-offset: 8 *** 47 - *** End: *** 48 - */
-12
drivers/media/usb/pvrusb2/pvrusb2-wm8775.c
··· 56 56 sd->ops->audio->s_routing(sd, input, 0, 0); 57 57 } 58 58 } 59 - 60 - 61 - 62 - /* 63 - Stuff for Emacs to see, in order to encourage consistent editing style: 64 - *** Local Variables: *** 65 - *** mode: c *** 66 - *** fill-column: 70 *** 67 - *** tab-width: 8 *** 68 - *** c-basic-offset: 8 *** 69 - *** End: *** 70 - */
-10
drivers/media/usb/pvrusb2/pvrusb2-wm8775.h
··· 40 40 41 41 42 42 #endif /* __PVRUSB2_WM8775_H */ 43 - 44 - /* 45 - Stuff for Emacs to see, in order to encourage consistent editing style: 46 - *** Local Variables: *** 47 - *** mode: c *** 48 - *** fill-column: 70 *** 49 - *** tab-width: 8 *** 50 - *** c-basic-offset: 8 *** 51 - *** End: *** 52 - */
-10
drivers/media/usb/pvrusb2/pvrusb2.h
··· 30 30 #define PVR_NUM 20 31 31 32 32 #endif /* __PVRUSB2_H */ 33 - 34 - /* 35 - Stuff for Emacs to see, in order to encourage consistent editing style: 36 - *** Local Variables: *** 37 - *** mode: c *** 38 - *** fill-column: 70 *** 39 - *** tab-width: 8 *** 40 - *** c-basic-offset: 8 *** 41 - *** End: *** 42 - */
-8
drivers/media/usb/usbvision/usbvision-core.c
··· 2502 2502 usbvision_set_audio(usbvision, audio[channel]); 2503 2503 return 0; 2504 2504 } 2505 - 2506 - /* 2507 - * Overrides for Emacs so that we follow Linus's tabbing style. 2508 - * --------------------------------------------------------------------------- 2509 - * Local variables: 2510 - * c-basic-offset: 8 2511 - * End: 2512 - */
-8
drivers/media/usb/usbvision/usbvision-i2c.c
··· 445 445 .owner = THIS_MODULE, 446 446 .name = "usbvision", 447 447 }; 448 - 449 - /* 450 - * Overrides for Emacs so that we follow Linus's tabbing style. 451 - * --------------------------------------------------------------------------- 452 - * Local variables: 453 - * c-basic-offset: 8 454 - * End: 455 - */
-8
drivers/media/usb/usbvision/usbvision-video.c
··· 1716 1716 1717 1717 module_init(usbvision_init); 1718 1718 module_exit(usbvision_exit); 1719 - 1720 - /* 1721 - * Overrides for Emacs so that we follow Linus's tabbing style. 1722 - * --------------------------------------------------------------------------- 1723 - * Local variables: 1724 - * c-basic-offset: 8 1725 - * End: 1726 - */
-8
drivers/media/usb/usbvision/usbvision.h
··· 517 517 int usbvision_power_on(struct usb_usbvision *usbvision); 518 518 519 519 #endif /* __LINUX_USBVISION_H */ 520 - 521 - /* 522 - * Overrides for Emacs so that we follow Linus's tabbing style. 523 - * --------------------------------------------------------------------------- 524 - * Local variables: 525 - * c-basic-offset: 8 526 - * End: 527 - */
-7
drivers/media/v4l2-core/v4l2-dev.c
··· 1033 1033 MODULE_DESCRIPTION("Device registrar for Video4Linux drivers v2"); 1034 1034 MODULE_LICENSE("GPL"); 1035 1035 MODULE_ALIAS_CHARDEV_MAJOR(VIDEO_MAJOR); 1036 - 1037 - 1038 - /* 1039 - * Local variables: 1040 - * c-basic-offset: 8 1041 - * End: 1042 - */
-6
include/media/videobuf-dvb.h
··· 56 56 int videobuf_dvb_find_frontend(struct videobuf_dvb_frontends *f, struct dvb_frontend *p); 57 57 58 58 #endif /* _VIDEOBUF_DVB_H_ */ 59 - 60 - /* 61 - * Local variables: 62 - * c-basic-offset: 8 63 - * End: 64 - */