forked from Minki/linux
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>
This commit is contained in:
parent
0f0d0ed087
commit
cf9932a941
@ -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),
|
||||
|
Loading…
Reference in New Issue
Block a user