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

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
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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;