From: Peng Li Date: Wed, 9 Jun 2021 09:39:55 +0000 (+0800) Subject: net: lapbether: fix the code style issue about line length X-Git-Tag: microblaze-v5.15~120^2~262^2 X-Git-Url: http://git.monstr.eu/?a=commitdiff_plain;h=63a2bb15fe594f328ee1535f3f13e10f863c4c8e;p=linux-2.6-microblaze.git net: lapbether: fix the code style issue about line length According to the chackpatch.pl, line length of 123 exceeds 100 columns, so fix it. Signed-off-by: Peng Li Signed-off-by: David S. Miller --- diff --git a/drivers/net/wan/lapbether.c b/drivers/net/wan/lapbether.c index 47ffb3ce6d69..89d31adc3809 100644 --- a/drivers/net/wan/lapbether.c +++ b/drivers/net/wan/lapbether.c @@ -107,7 +107,8 @@ static int lapbeth_napi_poll(struct napi_struct *napi, int budget) /* Receive a LAPB frame via an ethernet interface. */ -static int lapbeth_rcv(struct sk_buff *skb, struct net_device *dev, struct packet_type *ptype, struct net_device *orig_dev) +static int lapbeth_rcv(struct sk_buff *skb, struct net_device *dev, + struct packet_type *ptype, struct net_device *orig_dev) { int len, err; struct lapbethdev *lapbeth;