mirror of
https://gitee.com/bianbu-linux/linux-6.6
synced 2025-04-24 14:07:52 -04:00
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>
This commit is contained in:
parent
5ac6b198d7
commit
d439aa33a9
1 changed files with 1 additions and 1 deletions
|
@ -768,7 +768,7 @@ static int aarp_rcv(struct sk_buff *skb, struct net_device *dev,
|
||||||
if (a && a->status & ATIF_PROBE) {
|
if (a && a->status & ATIF_PROBE) {
|
||||||
a->status |= ATIF_PROBE_FAIL;
|
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
|
* this address while we are probing this address
|
||||||
*/
|
*/
|
||||||
goto unlock;
|
goto unlock;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue