Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 22 Sep 2015 14:33:44 +0000 (UTC)
From:      Renato Botelho <garga@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-10@freebsd.org
Subject:   svn commit: r288109 - stable/10/sys/netinet6
Message-ID:  <201509221433.t8MEXi5x076017@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: garga (ports committer)
Date: Tue Sep 22 14:33:43 2015
New Revision: 288109
URL: https://svnweb.freebsd.org/changeset/base/288109

Log:
  Remove extra space introduced in r287734. This is a stable/10 only fix
  since original commit (r287094) is correct.
  
  Approved by:	loos
  Sponsored by:	Rubicon Communications (Netgate)

Modified:
  stable/10/sys/netinet6/in6.c

Modified: stable/10/sys/netinet6/in6.c
==============================================================================
--- stable/10/sys/netinet6/in6.c	Tue Sep 22 12:56:34 2015	(r288108)
+++ stable/10/sys/netinet6/in6.c	Tue Sep 22 14:33:43 2015	(r288109)
@@ -2388,7 +2388,7 @@ in6if_do_dad(struct ifnet *ifp)
 		 * However, some interfaces can be up before the RUNNING
 		 * status.  Additionaly, users may try to assign addresses
 		 * before the interface becomes up (or running).
-	 	 * This function returns EAGAIN in that case.
+		 * This function returns EAGAIN in that case.
 		 * The caller should mark "tentative" on the address instead of
 		 * performing DAD immediately.
 		 */



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201509221433.t8MEXi5x076017>