mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
* [PATCH] caif: cleanup double word in comment
@ 2022-02-06 14:55 trix
  2022-02-07 12:10 ` patchwork-bot+netdevbpf
  0 siblings, 1 reply; 2+ messages in thread
From: trix @ 2022-02-06 14:55 UTC (permalink / raw)
  To: davem, kuba, paskripkin; +Cc: netdev, linux-kernel, Tom Rix

From: Tom Rix <trix@redhat.com>

Replace the second 'so' with 'free'.

Signed-off-by: Tom Rix <trix@redhat.com>
---
 net/caif/caif_dev.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net/caif/caif_dev.c b/net/caif/caif_dev.c
index 440139706130a..52dd0b6835bc8 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);
 
-- 
2.26.3


^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [PATCH] caif: cleanup double word in comment
  2022-02-06 14:55 [PATCH] caif: cleanup double word in comment trix
@ 2022-02-07 12:10 ` patchwork-bot+netdevbpf
  0 siblings, 0 replies; 2+ messages in thread
From: patchwork-bot+netdevbpf @ 2022-02-07 12:10 UTC (permalink / raw)
  To: Tom Rix; +Cc: davem, kuba, paskripkin, netdev, linux-kernel

Hello:

This patch was applied to netdev/net-next.git (master)
by David S. Miller <davem@davemloft.net>:

On Sun,  6 Feb 2022 06:55:21 -0800 you wrote:
> From: Tom Rix <trix@redhat.com>
> 
> Replace the second 'so' with 'free'.
> 
> Signed-off-by: Tom Rix <trix@redhat.com>
> ---
>  net/caif/caif_dev.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)

Here is the summary with links:
  - caif: cleanup double word in comment
    https://git.kernel.org/netdev/net-next/c/0812beb705ec

You are awesome, thank you!
-- 
Deet-doot-dot, I am a bot.
https://korg.docs.kernel.org/patchwork/pwbot.html



^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2022-02-07 13:10 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-02-06 14:55 [PATCH] caif: cleanup double word in comment trix
2022-02-07 12:10 ` patchwork-bot+netdevbpf

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox

all inboxes | Powered by JetHome®