net: lapbether: fix the alignment issue
authorPeng Li <lipeng321@huawei.com>
Wed, 9 Jun 2021 09:39:54 +0000 (17:39 +0800)
committerDavid S. Miller <davem@davemloft.net>
Wed, 9 Jun 2021 21:02:58 +0000 (14:02 -0700)
Alignment should match open parenthesis.

Signed-off-by: Peng Li <lipeng321@huawei.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/wan/lapbether.c

index 74694af7eb388e1fb9d555c1f4b6e9d96c698d51..47ffb3ce6d694113c0be688e7ddbc987b015d1f7 100644 (file)
@@ -181,7 +181,7 @@ static int lapbeth_data_indication(struct net_device *dev, struct sk_buff *skb)
 /*     Send a LAPB frame via an ethernet interface
  */
 static netdev_tx_t lapbeth_xmit(struct sk_buff *skb,
-                                     struct net_device *dev)
+                               struct net_device *dev)
 {
        struct lapbethdev *lapbeth = netdev_priv(dev);
        int err;