r8169: trim trailing whitespaces and convert whitespaces to tabs
Signed-off-by: Francois Romieu <romieu@fr.zoreil.com>
This commit is contained in:
parent
b518fa8eac
commit
5b0384f4fd
1 changed files with 32 additions and 33 deletions
|
@ -1887,9 +1887,8 @@ rtl8169_hw_start(struct net_device *dev)
|
||||||
RTL_W32(RxConfig, i);
|
RTL_W32(RxConfig, i);
|
||||||
|
|
||||||
/* Set DMA burst size and Interframe Gap Time */
|
/* Set DMA burst size and Interframe Gap Time */
|
||||||
RTL_W32(TxConfig,
|
RTL_W32(TxConfig, (TX_DMA_BURST << TxDMAShift) |
|
||||||
(TX_DMA_BURST << TxDMAShift) | (InterFrameGap <<
|
(InterFrameGap << TxInterFrameGapShift));
|
||||||
TxInterFrameGapShift));
|
|
||||||
|
|
||||||
tp->cp_cmd |= RTL_R16(CPlusCmd) | PCIMulRW;
|
tp->cp_cmd |= RTL_R16(CPlusCmd) | PCIMulRW;
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue