mirror of
git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-04-05 05:59:10 +08:00
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:
@@ -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);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user