Commit 0812beb7 authored by Tom Rix's avatar Tom Rix Committed by David S. Miller
Browse files

caif: cleanup double word in comment



Replace the second 'so' with 'free'.

Signed-off-by: default avatarTom Rix <trix@redhat.com>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent f485da3c
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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);