summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaolo Bonzini <pbonzini@redhat.com>2016-11-30 22:22:13 +0100
committerMichael S. Tsirkin <mst@redhat.com>2018-03-09 23:57:32 +0200
commit3ab4fa4930c836716d04469d2a532d4e89b5b32a (patch)
tree8da95a58262b0de646ef13e7e2c72137823403aa
parent0b404d2a35c7599ad88e58493d33c781c561790f (diff)
virtio-scsi: fix typos
Fixes: VIRTIO-155 Approved-by: https://www.oasis-open.org/apps/org/workgroup/virtio/ballot.php?id=3118 Signed-off-by: Paolo Bonzini <pbonzini@redhat.com> Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
-rw-r--r--content.tex6
1 files changed, 3 insertions, 3 deletions
diff --git a/content.tex b/content.tex
index c7ef7fd..fc1a825 100644
--- a/content.tex
+++ b/content.tex
@@ -5195,7 +5195,7 @@ struct virtio_scsi_config {
\item[\field{max_sectors}] is a hint to the driver about the maximum transfer
size to use.
-\item[\field{cmd_per_lun}] is tells the driver the maximum number of
+\item[\field{cmd_per_lun}] tells the driver the maximum number of
linked commands it can send to one LUN.
\item[\field{event_info_size}] is the maximum size that the device will fill
@@ -5287,7 +5287,7 @@ struct virtio_scsi_req_cmd {
u8 prio;
u8 crn;
u8 cdb[cdb_size];
- // The next two fields are only present if VIRTIO_SCSI_F_T10_PI
+ // The next three fields are only present if VIRTIO_SCSI_F_T10_PI
// is negotiated.
le32 pi_bytesout;
le32 pi_bytesin;
@@ -5301,7 +5301,7 @@ struct virtio_scsi_req_cmd {
u8 status;
u8 response;
u8 sense[sense_size];
- // The next two fields are only present if VIRTIO_SCSI_F_T10_PI
+ // The next field is only present if VIRTIO_SCSI_F_T10_PI
// is negotiated
u8 pi_in[pi_bytesin];
u8 datain[];