Correct style nit in rev 1.17.

This commit is contained in:
David E. O'Brien 2004-08-25 17:54:19 +00:00
parent e2d2098653
commit 016bdcb36a
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=134299

View File

@ -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;