You've already forked linux-apfs
mirror of
https://github.com/linux-apfs/linux-apfs.git
synced 2026-05-01 15:00:59 -07:00
drivers/net: Trim trailing whitespace
Signed-off-by: Jeff Garzik <jeff@garzik.org>
This commit is contained in:
@@ -529,7 +529,7 @@ static int smc_wait_to_send_packet( struct sk_buff * skb, struct net_device * de
|
||||
}
|
||||
length = ETH_ZLEN;
|
||||
}
|
||||
|
||||
|
||||
/*
|
||||
** The MMU wants the number of pages to be the number of 256 bytes
|
||||
** 'pages', minus 1 ( since a packet can't ever have 0 pages :) )
|
||||
@@ -1159,7 +1159,7 @@ static int smc_open(struct net_device *dev)
|
||||
address |= dev->dev_addr[ i ];
|
||||
outw( address, ioaddr + ADDR0 + i );
|
||||
}
|
||||
|
||||
|
||||
netif_start_queue(dev);
|
||||
return 0;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user