diff options
author | Tom Rix <trix@redhat.com> | 2022-02-06 15:55:21 +0100 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2022-02-07 13:06:54 +0100 |
commit | 0812beb705ec84876029415d4e52bdc3e60d2bab (patch) | |
tree | a9a57b94c44168db64c56949e6088d07d996e035 /net/caif | |
parent | Merge branch 'mlxsw-dip-sip-mangling' (diff) | |
download | linux-0812beb705ec84876029415d4e52bdc3e60d2bab.tar.xz 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.c | 2 |
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); |