summaryrefslogtreecommitdiffstats
path: root/sys/netinet6/nd6.c
diff options
context:
space:
mode:
authordelphij <delphij@FreeBSD.org>2007-07-05 16:29:40 +0000
committerdelphij <delphij@FreeBSD.org>2007-07-05 16:29:40 +0000
commit42fe5e7f836765d5e16a16ae1d90eb6a6e034549 (patch)
tree0d5c02eb5ad8b661ab1f502bb251562a254ddc3d /sys/netinet6/nd6.c
parente6f8b0995d59e493018009921005c7f50759dc53 (diff)
downloadFreeBSD-src-42fe5e7f836765d5e16a16ae1d90eb6a6e034549.zip
FreeBSD-src-42fe5e7f836765d5e16a16ae1d90eb6a6e034549.tar.gz
Space cleanup
Approved by: re (rwatson)
Diffstat (limited to 'sys/netinet6/nd6.c')
-rw-r--r--sys/netinet6/nd6.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/netinet6/nd6.c b/sys/netinet6/nd6.c
index bab778e..04d1f13 100644
--- a/sys/netinet6/nd6.c
+++ b/sys/netinet6/nd6.c
@@ -507,7 +507,7 @@ nd6_llinfo_timer(void *arg)
* specified as the destination of a p2p interface
* (see in6_ifinit()). We should not free the entry
* since this is sort of a "static" entry generated
- * via interface address configuration.
+ * via interface address configuration.
*/
ln->ln_asked = 0;
ln->ln_expire = 0; /* make it permanent */
@@ -1817,7 +1817,7 @@ fail:
* 0 n y -- (3) c s s
* 0 y y n (4) c s s
* 0 y y y (5) c s s
- * 1 -- n -- (6) c c c s
+ * 1 -- n -- (6) c c c s
* 1 -- y -- (7) c c s c s
*
* (c=clear s=set)
@@ -2234,7 +2234,7 @@ nd6_storelladdr(struct ifnet *ifp, struct rtentry *rt0, struct mbuf *m,
return (0);
}
-static void
+static void
clear_llinfo_pqueue(struct llinfo_nd6 *ln)
{
struct mbuf *m_hold, *m_hold_next;
OpenPOWER on IntegriCloud