svn commit: r240713 - stable/9/sys/dev/isp
Matt Jacob
mjacob at FreeBSD.org
Wed Sep 19 22:24:09 UTC 2012
Author: mjacob
Date: Wed Sep 19 22:24:09 2012
New Revision: 240713
URL: http://svn.freebsd.org/changeset/base/240713
Log:
MFC of 240580 and 240590- correct some comments.
Modified:
stable/9/sys/dev/isp/isp_freebsd.c
Directory Properties:
stable/9/sys/ (props changed)
stable/9/sys/dev/ (props changed)
stable/9/sys/dev/isp/ (props changed)
Modified: stable/9/sys/dev/isp/isp_freebsd.c
==============================================================================
--- stable/9/sys/dev/isp/isp_freebsd.c Wed Sep 19 22:12:57 2012 (r240712)
+++ stable/9/sys/dev/isp/isp_freebsd.c Wed Sep 19 22:24:09 2012 (r240713)
@@ -1735,10 +1735,10 @@ isp_target_start_ctio(ispsoftc_t *isp, u
/*
* 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 svn-src-stable-9
mailing list