net: farsync: fix the alignment issue
authorPeng Li <lipeng321@huawei.com>
Tue, 8 Jun 2021 08:12:40 +0000 (16:12 +0800)
committerDavid S. Miller <davem@davemloft.net>
Tue, 8 Jun 2021 19:04:05 +0000 (12:04 -0700)
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>
drivers/net/wan/farsync.c

index f6919cf..3aea3d3 100644 (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;