Date: Mon, 17 Sep 2012 02:49:03 +0000 (UTC) From: Matt Jacob <mjacob@FreeBSD.org> To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r240589 - head/sys/dev/isp Message-ID: <201209170249.q8H2n3o8032941@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: mjacob Date: Mon Sep 17 02:49:02 2012 New Revision: 240589 URL: http://svn.freebsd.org/changeset/base/240589 Log: Add some edits to the changed comments so that they make more sense. MFC after: 1 day Modified: head/sys/dev/isp/isp_freebsd.c Modified: head/sys/dev/isp/isp_freebsd.c ============================================================================== --- head/sys/dev/isp/isp_freebsd.c Mon Sep 17 02:45:52 2012 (r240588) +++ head/sys/dev/isp/isp_freebsd.c Mon Sep 17 02:49:02 2012 (r240589) @@ -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 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) {
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201209170249.q8H2n3o8032941>