Commit d439aa33 authored by gushengxian's avatar gushengxian Committed by David S. Miller

net: appletalk: fix the usage of preposition

The preposition "for" should be changed to preposition "of".
Signed-off-by: default avatargushengxian <gushengxian@yulong.com>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent 5ac6b198
......@@ -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;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment