Remove a a duplicated word.

This commit is contained in:
eadler 2016-09-29 13:59:14 +00:00
parent 7f7ae1a579
commit 8d685e1e98
2 changed files with 2 additions and 2 deletions

View File

@ -207,7 +207,7 @@ cxgbei_init(struct adapter *sc, struct cxgbei_data *ci)
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.
*/

View File

@ -2114,7 +2114,7 @@ t4_aiotx_process_job(struct toepcb *toep, struct socket *so, struct kaiocb *job)
/*
* 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.
*/