Correct style nit in rev 1.17.
This commit is contained in:
parent
e2d2098653
commit
016bdcb36a
@ -268,8 +268,8 @@ mpt_execute_req(void *arg, bus_dma_segment_t *dm_segs, int nseg, int error)
|
||||
ntodo = MPT_NSGL(mpt) - 1;
|
||||
ce->NextChainOffset = (MPT_RQSL(mpt) -
|
||||
sizeof (SGE_SIMPLE32)) >> 2;
|
||||
ce->Length = MPT_NSGL(mpt)
|
||||
* sizeof (SGE_SIMPLE32);
|
||||
ce->Length = MPT_NSGL(mpt) *
|
||||
sizeof (SGE_SIMPLE32);
|
||||
} else {
|
||||
ntodo = nleft;
|
||||
ce->NextChainOffset = 0;
|
||||
|
Loading…
Reference in New Issue
Block a user