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

Commit 5b0384f4 authored by Francois Romieu's avatar Francois Romieu
Browse files

r8169: trim trailing whitespaces and convert whitespaces to tabs

parent b518fa8e
Loading
Loading
Loading
Loading
+32 −33
Original line number Diff line number Diff line
@@ -1887,9 +1887,8 @@ rtl8169_hw_start(struct net_device *dev)
	RTL_W32(RxConfig, i);

	/* Set DMA burst size and Interframe Gap Time */
	RTL_W32(TxConfig,
		(TX_DMA_BURST << TxDMAShift) | (InterFrameGap <<
						TxInterFrameGapShift));
	RTL_W32(TxConfig, (TX_DMA_BURST << TxDMAShift) |
		(InterFrameGap << TxInterFrameGapShift));

	tp->cp_cmd |= RTL_R16(CPlusCmd) | PCIMulRW;