diff options
author | gushengxian <gushengxian@yulong.com> | 2021-06-08 04:19:32 +0200 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2021-06-08 20:37:41 +0200 |
commit | d439aa33a9b917cfbca8a528f13367aff974aeb7 (patch) | |
tree | 231823eccbe005ddd399ddff9905c784c454ce14 /net/appletalk | |
parent | net: ipv4: Remove unneed BUG() function (diff) | |
download | linux-d439aa33a9b917cfbca8a528f13367aff974aeb7.tar.xz linux-d439aa33a9b917cfbca8a528f13367aff974aeb7.zip |
net: appletalk: fix the usage of preposition
The preposition "for" should be changed to preposition "of".
Signed-off-by: gushengxian <gushengxian@yulong.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'net/appletalk')
-rw-r--r-- | net/appletalk/aarp.c | 2 |
1 files changed, 1 insertions, 1 deletions
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; |