From: gushengxian Date: Tue, 8 Jun 2021 02:19:32 +0000 (-0700) Subject: net: appletalk: fix the usage of preposition X-Git-Tag: howlett/maple/20220722_2~2973^2~73 X-Git-Url: https://www.infradead.org/git/?a=commitdiff_plain;h=d439aa33a9b917cfbca8a528f13367aff974aeb7;p=users%2Fjedix%2Flinux-maple.git net: appletalk: fix the usage of preposition The preposition "for" should be changed to preposition "of". Signed-off-by: gushengxian Signed-off-by: David S. Miller --- 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;