diff options
| author | Tom Rix <[email protected]> | 2022-02-06 06:55:21 -0800 |
|---|---|---|
| committer | David S. Miller <[email protected]> | 2022-02-07 12:06:54 +0000 |
| commit | 0812beb705ec84876029415d4e52bdc3e60d2bab (patch) | |
| tree | a9a57b94c44168db64c56949e6088d07d996e035 /net | |
| parent | f485da3c111f8dabc1036a569cfb51a00d9b5416 (diff) | |
caif: cleanup double word in comment
Replace the second 'so' with 'free'.
Signed-off-by: Tom Rix <[email protected]>
Signed-off-by: David S. Miller <[email protected]>
Diffstat (limited to 'net')
| -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); |