aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorDouglas Gilbert <dgilbert@interlog.com>2021-05-03 14:37:03 +0000
committerDouglas Gilbert <dgilbert@interlog.com>2021-05-03 14:37:03 +0000
commit3f4239ed15527fd13af31801fe831f05b673703b (patch)
tree9cde7d4883d113e61987dcead7a8a53aa4fe315d /include
parentb2d08c24d50a7b1ff3b30f6a5c34cb4e5a155326 (diff)
downloadsg3_utils-3f4239ed15527fd13af31801fe831f05b673703b.tar.gz
bump sg_pt library version number; doco tweaks
git-svn-id: https://svn.bingwo.ca/repos/sg3_utils/trunk@899 6180dd3e-e324-4e3e-922d-17de1ae2f315
Diffstat (limited to 'include')
-rw-r--r--include/sg_pt.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/include/sg_pt.h b/include/sg_pt.h
index ba92cb02..a1017f50 100644
--- a/include/sg_pt.h
+++ b/include/sg_pt.h
@@ -21,10 +21,10 @@ extern "C" {
* structure "derived" (using a C++ term) from this one. It compiles
* because 'struct sg_pt_base' is only referenced (by pointer: 'objp')
* in this interface. An instance of this structure represents the
- * context of one SCSI (or NVME) command.
- * If an instance of sg_pt_base is shared across several threads then
- * it is up to the application to take care of multi-threaded issues
- * with that instance. */
+ * context of one synchronous SCSI (or NVME) command and the context
+ * can be re-used. If an instance of sg_pt_base is shared across several
+ * threads then it is up to the application to take care of multi-threaded
+ * issues with that instance. */
struct sg_pt_base;
@@ -213,7 +213,7 @@ uint32_t get_pt_result(const struct sg_pt_base * objp);
/* These two get functions should just echo what has been given to
* set_scsi_pt_cdb(). If it has not been called or clear_scsi_pt_obj()
- * has been called then return 0 and NULL respectively. */
+ * has been called then they return 0 and NULL respectively. */
int get_scsi_pt_cdb_len(const struct sg_pt_base * objp);
uint8_t * get_scsi_pt_cdb_buf(const struct sg_pt_base * objp);