svn commit: r299273 - head/sys/netinet

Michael Tuexen tuexen at FreeBSD.org
Mon May 9 16:35:06 UTC 2016


Author: tuexen
Date: Mon May  9 16:35:05 2016
New Revision: 299273
URL: https://svnweb.freebsd.org/changeset/base/299273

Log:
  Cleanup a comment.
  
  MFC after: 1 week

Modified:
  head/sys/netinet/sctp_timer.c

Modified: head/sys/netinet/sctp_timer.c
==============================================================================
--- head/sys/netinet/sctp_timer.c	Mon May  9 16:34:06 2016	(r299272)
+++ head/sys/netinet/sctp_timer.c	Mon May  9 16:35:05 2016	(r299273)
@@ -1076,8 +1076,8 @@ sctp_cookie_timer(struct sctp_inpcb *inp
 		return (1);
 	}
 	/*
-	 * cleared threshold management now lets backoff the address & select
-	 * an alternate
+	 * Cleared threshold management, now lets backoff the address and
+	 * select an alternate
 	 */
 	stcb->asoc.dropped_special_cnt = 0;
 	sctp_backoff_on_timeout(stcb, cookie->whoTo, 1, 0, 0);
@@ -1122,8 +1122,8 @@ sctp_strreset_timer(struct sctp_inpcb *i
 		return (1);
 	}
 	/*
-	 * cleared threshold management now lets backoff the address & select
-	 * an alternate
+	 * Cleared threshold management, now lets backoff the address and
+	 * select an alternate
 	 */
 	sctp_backoff_on_timeout(stcb, strrst->whoTo, 1, 0, 0);
 	alt = sctp_find_alternate_net(stcb, strrst->whoTo, 0);


More information about the svn-src-head mailing list