svn commit: r288109 - stable/10/sys/netinet6

Renato Botelho garga at FreeBSD.org
Tue Sep 22 14:33:44 UTC 2015


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.
 		 */


More information about the svn-src-stable-10 mailing list