diff options
author | Peng Li <lipeng321@huawei.com> | 2021-06-09 12:39:54 +0300 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2021-06-10 00:02:58 +0300 |
commit | c564c049a34f94b1a4dbe02332b529a6bcb25496 (patch) | |
tree | 0b0a2f2889f465ae3bab71a4589123655968894f /drivers/net/wan/lapbether.c | |
parent | d49859601d72baef143703c6944a4e41921f7e6e (diff) | |
download | linux-c564c049a34f94b1a4dbe02332b529a6bcb25496.tar.xz |
net: lapbether: fix the alignment issue
Alignment should match open parenthesis.
Signed-off-by: Peng Li <lipeng321@huawei.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'drivers/net/wan/lapbether.c')
-rw-r--r-- | drivers/net/wan/lapbether.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/wan/lapbether.c b/drivers/net/wan/lapbether.c index 74694af7eb38..47ffb3ce6d69 100644 --- a/drivers/net/wan/lapbether.c +++ b/drivers/net/wan/lapbether.c @@ -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; |