From: Tom Rix Date: Sun, 6 Feb 2022 14:55:21 +0000 (-0800) Subject: caif: cleanup double word in comment X-Git-Url: http://git.osdn.net/view?a=commitdiff_plain;h=0812beb705ec84876029415d4e52bdc3e60d2bab;p=uclinux-h8%2Flinux.git caif: cleanup double word in comment Replace the second 'so' with 'free'. Signed-off-by: Tom Rix Signed-off-by: David S. Miller --- diff --git a/net/caif/caif_dev.c b/net/caif/caif_dev.c index 440139706130..52dd0b6835bc 100644 --- a/net/caif/caif_dev.c +++ b/net/caif/caif_dev.c @@ -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);