diff mbox series

net: appletalk: fix the usage of preposition

Message ID 20210608021932.7308-1-13145886936@163.com
State New
Headers show
Series net: appletalk: fix the usage of preposition | expand

Commit Message

gushengxian June 8, 2021, 2:19 a.m. UTC
From: gushengxian <gushengxian@yulong.com>

The preposition "for" should be changed to preposition "of".

Signed-off-by: gushengxian <gushengxian@yulong.com>
---
 net/appletalk/aarp.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

patchwork-bot+netdevbpf@kernel.org June 8, 2021, 6:40 p.m. UTC | #1
Hello:

This patch was applied to netdev/net.git (refs/heads/master):

On Mon,  7 Jun 2021 19:19:32 -0700 you wrote:
> From: gushengxian <gushengxian@yulong.com>
> 
> The preposition "for" should be changed to preposition "of".
> 
> Signed-off-by: gushengxian <gushengxian@yulong.com>
> ---
>  net/appletalk/aarp.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)

Here is the summary with links:
  - net: appletalk: fix the usage of preposition
    https://git.kernel.org/netdev/net/c/d439aa33a9b9

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

Patch

diff --git a/net/appletalk/aarp.c b/net/appletalk/aarp.c
index be18af481d7d..c7236daa2415 100644
--- a/net/appletalk/aarp.c
+++ b/net/appletalk/aarp.c
@@ -768,7 +768,7 @@  static int aarp_rcv(struct sk_buff *skb, struct net_device *dev,
 	if (a && a->status & ATIF_PROBE) {
 		a->status |= ATIF_PROBE_FAIL;
 		/*
-		 * we do not respond to probe or request packets for
+		 * we do not respond to probe or request packets of
 		 * this address while we are probing this address
 		 */
 		goto unlock;