Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 19 Sep 2012 22:24:09 +0000 (UTC)
From:      Matt Jacob <mjacob@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-9@freebsd.org
Subject:   svn commit: r240713 - stable/9/sys/dev/isp
Message-ID:  <201209192224.q8JMO9EE083635@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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) {



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201209192224.q8JMO9EE083635>