1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-15 10:17:20 +00:00

Add some edits to the changed comments so that they make more sense.

MFC after:	1 day
This commit is contained in:
Matt Jacob 2012-09-17 02:49:02 +00:00
parent 0cd4fb9206
commit 8b382bc2b5
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=240589

View File

@ -1735,10 +1735,10 @@ isp_target_start_ctio(ispsoftc_t *isp, union ccb *ccb, enum Start_Ctio_How how)
/*
* Mode 1, status, no data. Only possible when we are sending status, have
* no data to transfer, and any sense length can fit in the ct7_entry.
* no data to transfer, and any sense data can fit in the ct7_entry.
*
* Mode 2, status, no data. We have to use this in the case sense data
* won't fit into a ct7_entry_t.
* Mode 2, status, no data. We have to use this in the case that
* the sense data won't fit into a ct7_entry_t.
*
*/
if (sendstatus && xfrlen == 0) {