arcnet: Wrap some long lines
Just neatening. Signed-off-by: Joe Perches <joe@perches.com> Signed-off-by: Michael Grzeschik <m.grzeschik@pengutronix.de>
This commit is contained in:

committed by
Michael Grzeschik

parent
83df99b50f
commit
d6d7d3ed56
@@ -222,7 +222,8 @@ static int ack_tx(struct net_device *dev, int acked)
|
||||
|
||||
free_outskb:
|
||||
dev_kfree_skb_irq(lp->outgoing.skb);
|
||||
lp->outgoing.proto = NULL; /* We are always finished when in this protocol */
|
||||
lp->outgoing.proto = NULL;
|
||||
/* We are always finished when in this protocol */
|
||||
|
||||
return 0;
|
||||
}
|
||||
|
Reference in New Issue
Block a user