caif: cleanup double word in comment
Replace the second 'so' with 'free'. Signed-off-by: Tom Rix <trix@redhat.com> Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
parent
f485da3c11
commit
0812beb705
|
@ -268,7 +268,7 @@ static int receive(struct sk_buff *skb, struct net_device *dev,
|
|||
|
||||
err = caifd->layer.up->receive(caifd->layer.up, pkt);
|
||||
|
||||
/* For -EILSEQ the packet is not freed so so it now */
|
||||
/* For -EILSEQ the packet is not freed so free it now */
|
||||
if (err == -EILSEQ)
|
||||
cfpkt_destroy(pkt);
|
||||
|
||||
|
|
Loading…
Reference in New Issue