Skip to content

Commit cf9932a

Browse files
elfringdavem330
authored andcommitted
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 <[email protected]> Signed-off-by: David S. Miller <[email protected]>
1 parent 0f0d0ed commit cf9932a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

drivers/atm/zatm.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -600,7 +600,7 @@ static int start_rx(struct atm_dev *dev)
600600
struct zatm_dev *zatm_dev;
601601
int i;
602602

603-
DPRINTK("start_rx\n");
603+
DPRINTK("start_rx\n");
604604
zatm_dev = ZATM_DEV(dev);
605605
zatm_dev->rx_map = kcalloc(zatm_dev->chans,
606606
sizeof(*zatm_dev->rx_map),

0 commit comments

Comments
 (0)