projects
/
platform
/
kernel
/
linux-starfive.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f485da3
)
caif: cleanup double word in comment
author
Tom Rix
<trix@redhat.com>
Sun, 6 Feb 2022 14:55:21 +0000
(06:55 -0800)
committer
David S. Miller
<davem@davemloft.net>
Mon, 7 Feb 2022 12:06:54 +0000
(12:06 +0000)
Replace the second 'so' with 'free'.
Signed-off-by: Tom Rix <trix@redhat.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/caif/caif_dev.c
patch
|
blob
|
history
diff --git
a/net/caif/caif_dev.c
b/net/caif/caif_dev.c
index
4401397
..
52dd0b6
100644
(file)
--- 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);