[Midnightbsd-cvs] src [8085] trunk/sys/dev/isp/isp_freebsd.c: update comment

laffer1 at midnightbsd.org laffer1 at midnightbsd.org
Thu Sep 15 18:41:29 EDT 2016


Revision: 8085
          http://svnweb.midnightbsd.org/src/?rev=8085
Author:   laffer1
Date:     2016-09-15 18:41:29 -0400 (Thu, 15 Sep 2016)
Log Message:
-----------
update comment

Modified Paths:
--------------
    trunk/sys/dev/isp/isp_freebsd.c

Modified: trunk/sys/dev/isp/isp_freebsd.c
===================================================================
--- trunk/sys/dev/isp/isp_freebsd.c	2016-09-15 22:40:21 UTC (rev 8084)
+++ trunk/sys/dev/isp/isp_freebsd.c	2016-09-15 22:41:29 UTC (rev 8085)
@@ -1735,10 +1735,10 @@
 
 			/*
 			 * 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 into a ct7_entry_t.
 			 *
-			 * 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) {



More information about the Midnightbsd-cvs mailing list