[PATCH] bcm43xx: get rid of "/* vim: ..." lines at the end of several files.
Signed-off-by: Michael Buesch <mbuesch@freenet.de> Signed-off-by: John W. Linville <linville@tuxdriver.com>
This commit is contained in:
parent
72fb851e97
commit
04b98f71e2
|
@ -497,5 +497,3 @@ void bcm43xx_printk_bitdump(const unsigned char *data,
|
|||
}
|
||||
printk("\n");
|
||||
}
|
||||
|
||||
/* vim: set ts=8 sw=8 sts=8: */
|
||||
|
|
|
@ -968,5 +968,3 @@ void bcm43xx_dma_tx_resume(struct bcm43xx_dmaring *ring)
|
|||
& ~BCM43xx_DMA_TXCTRL_SUSPEND);
|
||||
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)
|
|||
}
|
||||
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)
|
|||
|
||||
module_init(bcm43xx_init)
|
||||
module_exit(bcm43xx_exit)
|
||||
|
||||
/* vim: set ts=8 sw=8 sts=8: */
|
||||
|
|
|
@ -604,5 +604,3 @@ data_ready:
|
|||
}
|
||||
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)
|
|||
device_remove_file(dev, &sysfs->attr_interfmode);
|
||||
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 = {
|
|||
.private_args = bcm43xx_priv_wx_args,
|
||||
.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,
|
|||
|
||||
return err;
|
||||
}
|
||||
|
||||
/* vim: set ts=8 sw=8 sts=8: */
|
||||
|
|
Loading…
Reference in New Issue