[NET] NETROM: Fix whitespace errors.
Signed-off-by: YOSHIFUJI Hideaki <yoshfuji@linux-ipv6.org> Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:

committed by
David S. Miller

parent
746fac4dcd
commit
5f8f59d664
@@ -57,7 +57,7 @@ void nr_frames_acked(struct sock *sk, unsigned short nr)
|
||||
*/
|
||||
if (nrom->va != nr) {
|
||||
while (skb_peek(&nrom->ack_queue) != NULL && nrom->va != nr) {
|
||||
skb = skb_dequeue(&nrom->ack_queue);
|
||||
skb = skb_dequeue(&nrom->ack_queue);
|
||||
kfree_skb(skb);
|
||||
nrom->va = (nrom->va + 1) % NR_MODULUS;
|
||||
}
|
||||
|
Reference in New Issue
Block a user