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:
parent
ae1be3fad5
commit
d2a1054b8b
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user