net: farsync: fix the alignment issue

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>
This commit is contained in:
Peng Li 2021-06-08 16:12:40 +08:00 committed by David S. Miller
parent ae1be3fad5
commit d2a1054b8b

View File

@ -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;