Skip to content

Commit

Permalink
ambassador: fix incorrect indentation of assignment statement
Browse files Browse the repository at this point in the history
Remove one extraneous level of indentation on assignment statement.

Signed-off-by: Colin Ian King <colin.king@canonical.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
  • Loading branch information
Colin Ian King authored and David S. Miller committed Nov 28, 2017
1 parent fc39c38 commit c95c3fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/atm/ambassador.c
Original file line number Diff line number Diff line change
Expand Up @@ -2258,7 +2258,7 @@ static int amb_probe(struct pci_dev *pci_dev,

PRINTD (DBG_INFO, "registered Madge ATM adapter (no. %d) (%p) at %p",
dev->atm_dev->number, dev, dev->atm_dev);
dev->atm_dev->dev_data = (void *) dev;
dev->atm_dev->dev_data = (void *) dev;

// register our address
amb_esi (dev, dev->atm_dev->esi);
Expand Down

0 comments on commit c95c3fe

Please sign in to comment.