1
0
Fork 0

ATM-ZeitNet: Fix indentation for one DPRINTK() call in start_rx()

Adjust the indentation for a call of the macro "DPRINTK" in this function.

Signed-off-by: Markus Elfring <elfring@users.sourceforge.net>
Signed-off-by: David S. Miller <davem@davemloft.net>
steinar/wifi_calib_4_9_kernel
Markus Elfring 2016-09-10 10:38:04 +02:00 committed by David S. Miller
parent 0f0d0ed087
commit cf9932a941
1 changed files with 1 additions and 1 deletions

View File

@ -600,7 +600,7 @@ static int start_rx(struct atm_dev *dev)
struct zatm_dev *zatm_dev;
int i;
DPRINTK("start_rx\n");
DPRINTK("start_rx\n");
zatm_dev = ZATM_DEV(dev);
zatm_dev->rx_map = kcalloc(zatm_dev->chans,
sizeof(*zatm_dev->rx_map),