Skip to content

Commit

Permalink
net: appletalk: fix the usage of preposition
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
gushengxian authored and davem330 committed Jun 8, 2021
1 parent 5ac6b19 commit d439aa3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion net/appletalk/aarp.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit d439aa3

Please sign in to comment.