svn commit: r306448 - in head/sys/dev/cxgbe: cxgbei tom

Eitan Adler eadler at FreeBSD.org
Thu Sep 29 13:59:16 UTC 2016


Author: eadler
Date: Thu Sep 29 13:59:14 2016
New Revision: 306448
URL: https://svnweb.freebsd.org/changeset/base/306448

Log:
  Remove a a duplicated word.

Modified:
  head/sys/dev/cxgbe/cxgbei/cxgbei.c
  head/sys/dev/cxgbe/tom/t4_cpl_io.c

Modified: head/sys/dev/cxgbe/cxgbei/cxgbei.c
==============================================================================
--- head/sys/dev/cxgbe/cxgbei/cxgbei.c	Thu Sep 29 13:54:09 2016	(r306447)
+++ head/sys/dev/cxgbe/cxgbei/cxgbei.c	Thu Sep 29 13:59:14 2016	(r306448)
@@ -207,7 +207,7 @@ cxgbei_init(struct adapter *sc, struct c
 	r &= V_ISCSITAGMASK(M_ISCSITAGMASK);
 	if (r != pr->pr_tag_mask) {
 		/*
-		 * Recent firmwares are supposed to set up the the iSCSI tagmask
+		 * Recent firmwares are supposed to set up the iSCSI tagmask
 		 * but we'll do it ourselves it the computed value doesn't match
 		 * what's in the register.
 		 */

Modified: head/sys/dev/cxgbe/tom/t4_cpl_io.c
==============================================================================
--- head/sys/dev/cxgbe/tom/t4_cpl_io.c	Thu Sep 29 13:54:09 2016	(r306447)
+++ head/sys/dev/cxgbe/tom/t4_cpl_io.c	Thu Sep 29 13:59:14 2016	(r306448)
@@ -2114,7 +2114,7 @@ sendanother:
 
 	/*
 	 * If the request will not be requeued, drop a reference on
-	 * the the aiotx buffer.  Any mbufs in flight should still
+	 * the aiotx buffer.  Any mbufs in flight should still
 	 * contain a reference, but this drops the reference that the
 	 * job owns while it is waiting to queue mbufs to the socket.
 	 */


More information about the svn-src-all mailing list