mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-05-05 00:25:24 -04:00
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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user