]> git.openfabrics.org - ~shefty/rdma-dev.git/commitdiff
[media] staging: as102: Remove comment tags for editors configuration
authorPiotr Chmura <chmooreck@poczta.onet.pl>
Sun, 6 Nov 2011 19:31:38 +0000 (16:31 -0300)
committerMauro Carvalho Chehab <mchehab@redhat.com>
Tue, 8 Nov 2011 13:24:25 +0000 (11:24 -0200)
Cc: Devin Heitmueller <dheitmueller@kernellabs.com>
Signed-off-by: Piotr Chmura <chmooreck@poczta.onet.pl>
Signed-off-by: Sylwester Nawrocki <snjw23@gmail.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
drivers/staging/media/as102/as102_drv.c
drivers/staging/media/as102/as102_drv.h
drivers/staging/media/as102/as102_fe.c
drivers/staging/media/as102/as102_fw.c
drivers/staging/media/as102/as102_fw.h
drivers/staging/media/as102/as102_usb_drv.c
drivers/staging/media/as102/as102_usb_drv.h
drivers/staging/media/as102/as10x_cmd.h

index d335c7d6fa0f849ac22dbdbe526948dafb5e872b..771d550fd6c41f913c4e4be4ea3d200e65190f75 100644 (file)
@@ -347,5 +347,3 @@ module_exit(as102_driver_exit);
 MODULE_DESCRIPTION(DRIVER_FULL_NAME);
 MODULE_LICENSE("GPL");
 MODULE_AUTHOR("Pierrick Hascoet <pierrick.hascoet@abilis.com>");
-
-/* EOF - vim: set textwidth=80 ts=8 sw=8 sts=8 noet: */
index bcda635b5a9967454f95c843ccf4ae4c42a22d15..7f56f64715834a88251aaaa668fd797f76f0d62e 100644 (file)
@@ -137,5 +137,3 @@ void as102_dvb_unregister(struct as102_dev_t *dev);
 
 int as102_dvb_register_fe(struct as102_dev_t *dev, struct dvb_frontend *fe);
 int as102_dvb_unregister_fe(struct dvb_frontend *dev);
-
-/* EOF - vim: set textwidth=80 ts=8 sw=8 sts=8 noet: */
index 3550f905367e611d2d210619ad63733220588772..7d7dd5532fa0dfccf68d34d58a245b74164987e7 100644 (file)
@@ -599,5 +599,3 @@ static void as102_fe_copy_tune_parameters(struct as10x_tune_args *tune_args,
                        as102_fe_get_code_rate(params->u.ofdm.code_rate_HP);
        }
 }
-
-/* EOF - vim: set textwidth=80 ts=8 sw=8 sts=8 noet: */
index c019df933cc988891dc1a28f80dc53ce9794e9a7..4fb2987506b5116d6c4ac9a356e1b48b51b1c28e 100644 (file)
@@ -247,5 +247,3 @@ error:
        return errno;
 }
 #endif
-
-/* EOF - vim: set textwidth=80 ts=8 sw=8 sts=8 noet: */
index 27e5347e2e19472a4c52b118f651c47db726ffd4..951a1faf7ba49791aae048073195b06bf7911e92 100644 (file)
@@ -38,5 +38,3 @@ struct as10x_fw_pkt_t {
 #ifdef __KERNEL__
 int as102_fw_upload(struct as102_bus_adapter_t *bus_adap);
 #endif
-
-/* EOF - vim: set textwidth=80 ts=8 sw=8 sts=8 noet: */
index 264be2dbd2a41c98fd2d1861ede5a57716328879..0a8f12b80050c81775f2beb1a1be380bb4609ad9 100644 (file)
@@ -474,5 +474,3 @@ static int as102_release(struct inode *inode, struct file *file)
 }
 
 MODULE_DEVICE_TABLE(usb, as102_usb_id_table);
-
-/* EOF - vim: set textwidth=80 ts=8 sw=8 sts=8 noet: */
index fb1fc41dcd7968f4ab9ec80998e7853a811d558f..35925b7c1b252101b7b857947617473bac749dd4 100644 (file)
@@ -56,4 +56,3 @@ struct as10x_usb_token_cmd_t {
        struct as10x_cmd_t r;
 };
 #endif
-/* EOF - vim: set textwidth=80 ts=8 sw=8 sts=8 noet: */
index 01a716380e0a702350770ceea2121bdc9211a4e7..6f837b1545d363c8633eafb810c60cedc6e0990d 100644 (file)
@@ -537,4 +537,3 @@ int as10x_context_rsp_parse(struct as10x_cmd_t *prsp, uint16_t proc_id);
 }
 #endif
 #endif
-/* EOF - vim: set textwidth=80 ts=3 sw=3 sts=3 et: */