summaryrefslogtreecommitdiff
path: root/net/appletalk
diff options
context:
space:
mode:
authorgushengxian <gushengxian@yulong.com>2021-06-07 19:19:32 -0700
committerDavid S. Miller <davem@davemloft.net>2021-06-08 11:37:41 -0700
commitd439aa33a9b917cfbca8a528f13367aff974aeb7 (patch)
tree231823eccbe005ddd399ddff9905c784c454ce14 /net/appletalk
parent5ac6b198d7e312bd10ebe7d58c64690dc59cc49a (diff)
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.c2
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;