Date: Thu, 29 Sep 2016 13:59:14 +0000 (UTC) From: Eitan Adler <eadler@FreeBSD.org> To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r306448 - in head/sys/dev/cxgbe: cxgbei tom Message-ID: <201609291359.u8TDxF9K021530@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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. */
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201609291359.u8TDxF9K021530>