Commit 04b98f71 authored by Michael Buesch's avatar Michael Buesch Committed by John W. Linville

[PATCH] bcm43xx: get rid of "/* vim: ..." lines at the end of several files.

Signed-off-by: default avatarMichael Buesch <mbuesch@freenet.de>
Signed-off-by: default avatarJohn W. Linville <linville@tuxdriver.com>
parent 72fb851e
...@@ -497,5 +497,3 @@ void bcm43xx_printk_bitdump(const unsigned char *data, ...@@ -497,5 +497,3 @@ void bcm43xx_printk_bitdump(const unsigned char *data,
} }
printk("\n"); printk("\n");
} }
/* vim: set ts=8 sw=8 sts=8: */
...@@ -968,5 +968,3 @@ void bcm43xx_dma_tx_resume(struct bcm43xx_dmaring *ring) ...@@ -968,5 +968,3 @@ void bcm43xx_dma_tx_resume(struct bcm43xx_dmaring *ring)
& ~BCM43xx_DMA_TXCTRL_SUSPEND); & ~BCM43xx_DMA_TXCTRL_SUSPEND);
bcm43xx_power_saving_ctl_bits(ring->bcm, -1, -1); bcm43xx_power_saving_ctl_bits(ring->bcm, -1, -1);
} }
/* vim: set ts=8 sw=8 sts=8: */
...@@ -291,5 +291,3 @@ void bcm43xx_leds_switch_all(struct bcm43xx_private *bcm, int on) ...@@ -291,5 +291,3 @@ void bcm43xx_leds_switch_all(struct bcm43xx_private *bcm, int on)
} }
bcm43xx_write16(bcm, BCM43xx_MMIO_GPIO_CONTROL, ledctl); bcm43xx_write16(bcm, BCM43xx_MMIO_GPIO_CONTROL, ledctl);
} }
/* vim: set ts=8 sw=8 sts=8: */
...@@ -3956,5 +3956,3 @@ static void __exit bcm43xx_exit(void) ...@@ -3956,5 +3956,3 @@ static void __exit bcm43xx_exit(void)
module_init(bcm43xx_init) module_init(bcm43xx_init)
module_exit(bcm43xx_exit) module_exit(bcm43xx_exit)
/* vim: set ts=8 sw=8 sts=8: */
...@@ -604,5 +604,3 @@ return; ...@@ -604,5 +604,3 @@ return;
} }
bcm43xx_rx(queue->bcm, skb, rxhdr); bcm43xx_rx(queue->bcm, skb, rxhdr);
} }
/* vim: set ts=8 sw=8 sts=8: */
...@@ -320,5 +320,3 @@ void bcm43xx_sysfs_unregister(struct bcm43xx_private *bcm) ...@@ -320,5 +320,3 @@ void bcm43xx_sysfs_unregister(struct bcm43xx_private *bcm)
device_remove_file(dev, &sysfs->attr_interfmode); device_remove_file(dev, &sysfs->attr_interfmode);
device_remove_file(dev, &sysfs->attr_sprom); device_remove_file(dev, &sysfs->attr_sprom);
} }
/* vim: set ts=8 sw=8 sts=8: */
...@@ -1055,5 +1055,3 @@ const struct iw_handler_def bcm43xx_wx_handlers_def = { ...@@ -1055,5 +1055,3 @@ const struct iw_handler_def bcm43xx_wx_handlers_def = {
.private_args = bcm43xx_priv_wx_args, .private_args = bcm43xx_priv_wx_args,
.get_wireless_stats = bcm43xx_get_wireless_stats, .get_wireless_stats = bcm43xx_get_wireless_stats,
}; };
/* vim: set ts=8 sw=8 sts=8: */
...@@ -577,5 +577,3 @@ int bcm43xx_rx(struct bcm43xx_private *bcm, ...@@ -577,5 +577,3 @@ int bcm43xx_rx(struct bcm43xx_private *bcm,
return err; return err;
} }
/* vim: set ts=8 sw=8 sts=8: */
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment