Skip to content

Commit

Permalink
ATM-ZeitNet: Fix indentation for one DPRINTK() call in start_rx()
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Markus Elfring authored and David S. Miller committed Sep 11, 2016
1 parent 0f0d0ed commit cf9932a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/atm/zatm.c
Original file line number Diff line number Diff line change
Expand Up @@ -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),
Expand Down

0 comments on commit cf9932a

Please sign in to comment.