Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

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

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

parent 72fb851e
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -497,5 +497,3 @@ void bcm43xx_printk_bitdump(const unsigned char *data,
	}
	printk("\n");
}

/* vim: set ts=8 sw=8 sts=8: */
+0 −2
Original line number Diff line number Diff line
@@ -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: */
+0 −2
Original line number Diff line number Diff line
@@ -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: */
+0 −2
Original line number Diff line number Diff line
@@ -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: */
+0 −2
Original line number Diff line number Diff line
@@ -604,5 +604,3 @@ return;
	}
	bcm43xx_rx(queue->bcm, skb, rxhdr);
}

/* vim: set ts=8 sw=8 sts=8: */
Loading