projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5ac6b19
)
net: appletalk: fix the usage of preposition
author
gushengxian
<gushengxian@yulong.com>
Tue, 8 Jun 2021 02:19:32 +0000
(19:19 -0700)
committer
David S. Miller
<davem@davemloft.net>
Tue, 8 Jun 2021 18:37:41 +0000
(11:37 -0700)
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>
net/appletalk/aarp.c
patch
|
blob
|
history
diff --git
a/net/appletalk/aarp.c
b/net/appletalk/aarp.c
index be18af481d7d572e6a5462feb1ce610fb20c6995..c7236daa24152a10cec6c7c9a34f8a86367ebd21 100644
(file)
--- 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;