projects
/
GitHub
/
MotorolaMobilityLLC
/
kernel-slsi.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6e22168
)
trivial: Fix a typo in comment of addrconf_dad_start()
author
Masatake YAMATO
<yamato@redhat.com>
Tue, 9 Jun 2009 01:41:12 +0000
(10:41 +0900)
committer
Jiri Kosina
<jkosina@suse.cz>
Fri, 12 Jun 2009 16:01:51 +0000
(18:01 +0200)
Signed-off-by: Masatake YAMATO <yamato@redhat.com>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
net/ipv6/addrconf.c
patch
|
blob
|
blame
|
history
diff --git
a/net/ipv6/addrconf.c
b/net/ipv6/addrconf.c
index a8218bc1806a6c541fdeac42eaf00ee66faf0950..597487ae6ce8fbe7a0d34ae5eb4a169d30506d19 100644
(file)
--- a/
net/ipv6/addrconf.c
+++ b/
net/ipv6/addrconf.c
@@
-2765,7
+2765,7
@@
static void addrconf_dad_start(struct inet6_ifaddr *ifp, u32 flags)
spin_unlock_bh(&ifp->lock);
read_unlock_bh(&idev->lock);
/*
- * If the de
f
ice is not ready:
+ * If the de
v
ice is not ready:
* - keep it tentative if it is a permanent address.
* - otherwise, kill it.
*/