net: sealevel: fix the alignment issue
authorPeng Li <lipeng321@huawei.com>
Sun, 30 May 2021 06:24:34 +0000 (14:24 +0800)
committerJakub Kicinski <kuba@kernel.org>
Tue, 1 Jun 2021 05:14:04 +0000 (22:14 -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: Jakub Kicinski <kuba@kernel.org>
drivers/net/wan/sealevel.c

index 60028cf..4403e21 100644 (file)
@@ -135,7 +135,7 @@ static int sealevel_ioctl(struct net_device *d, struct ifreq *ifr, int cmd)
 /*     Passed network frames, fire them downwind. */
 
 static netdev_tx_t sealevel_queue_xmit(struct sk_buff *skb,
-                                            struct net_device *d)
+                                      struct net_device *d)
 {
        return z8530_queue_xmit(dev_to_chan(d)->chan, skb);
 }