arcnet: Add and remove blank lines
Use a more current kernel line style. 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
cb334648a1
commit
01a1d5ac4e
@@ -90,7 +90,6 @@ static void rx(struct net_device *dev, int bufnum,
|
||||
netif_rx(skb);
|
||||
}
|
||||
|
||||
|
||||
/*
|
||||
* Create the ARCnet hard/soft headers for cap mode.
|
||||
* There aren't any soft headers in cap mode - not even the protocol id.
|
||||
@@ -130,7 +129,6 @@ static int build_header(struct sk_buff *skb,
|
||||
return hdr_size; /* success */
|
||||
}
|
||||
|
||||
|
||||
static int prepare_tx(struct net_device *dev, struct archdr *pkt, int length,
|
||||
int bufnum)
|
||||
{
|
||||
@@ -138,7 +136,6 @@ static int prepare_tx(struct net_device *dev, struct archdr *pkt, int length,
|
||||
struct arc_hardware *hard = &pkt->hard;
|
||||
int ofs;
|
||||
|
||||
|
||||
/* hard header is not included in packet length */
|
||||
length -= ARC_HDR_SIZE;
|
||||
/* And neither is the cookie field */
|
||||
|
Reference in New Issue
Block a user