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>
This commit is contained in:
parent
d49859601d
commit
c564c049a3
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user