From 3ab4fa4930c836716d04469d2a532d4e89b5b32a Mon Sep 17 00:00:00 2001 From: Paolo Bonzini Date: Wed, 30 Nov 2016 22:22:13 +0100 Subject: 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 Signed-off-by: Michael S. Tsirkin --- content.tex | 6 +++--- 1 file 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[]; -- cgit v1.2.3