OSDN Git Service

caif: cleanup double word in comment
authorTom Rix <trix@redhat.com>
Sun, 6 Feb 2022 14:55:21 +0000 (06:55 -0800)
committerDavid S. Miller <davem@davemloft.net>
Mon, 7 Feb 2022 12:06:54 +0000 (12:06 +0000)
Replace the second 'so' with 'free'.

Signed-off-by: Tom Rix <trix@redhat.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/caif/caif_dev.c

index 4401397..52dd0b6 100644 (file)
@@ -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);