Remove a a duplicated word.
This commit is contained in:
parent
7f7ae1a579
commit
8d685e1e98
@ -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.
|
||||
*/
|
||||
|
@ -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.
|
||||
*/
|
||||
|
Loading…
Reference in New Issue
Block a user