aboutsummaryrefslogtreecommitdiff
path: root/net/caif
diff options
context:
space:
mode:
authorGravatar Tom Rix <trix@redhat.com> 2022-02-06 06:55:21 -0800
committerGravatar David S. Miller <davem@davemloft.net> 2022-02-07 12:06:54 +0000
commit0812beb705ec84876029415d4e52bdc3e60d2bab (patch)
treea9a57b94c44168db64c56949e6088d07d996e035 /net/caif
parentMerge branch 'mlxsw-dip-sip-mangling' (diff)
downloadlinux-0812beb705ec84876029415d4e52bdc3e60d2bab.tar.gz
linux-0812beb705ec84876029415d4e52bdc3e60d2bab.tar.bz2
linux-0812beb705ec84876029415d4e52bdc3e60d2bab.zip
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>
Diffstat (limited to 'net/caif')
-rw-r--r--net/caif/caif_dev.c2
1 files changed, 1 insertions, 1 deletions
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);