Skip to content

Commit

Permalink
net: farsync: fix the alignment issue
Browse files Browse the repository at this point in the history
Alignment should match open parenthesis.

Signed-off-by: Peng Li <lipeng321@huawei.com>
Signed-off-by: Guangbin Huang <huangguangbin2@huawei.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
  • Loading branch information
Peng Li authored and David S. Miller committed Jun 8, 2021
1 parent ae1be3f commit d2a1054
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/net/wan/farsync.c
Original file line number Diff line number Diff line change
Expand Up @@ -2293,7 +2293,7 @@ fst_init_card(struct fst_card_info *card)
err = register_hdlc_device(card->ports[i].dev);
if (err < 0) {
pr_err("Cannot register HDLC device for port %d (errno %d)\n",
i, -err);
i, -err);
while (i--)
unregister_hdlc_device(card->ports[i].dev);
return err;
Expand Down

0 comments on commit d2a1054

Please sign in to comment.