[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [List Home]
Subject: [PATCH] virtio-scsi: fix typos
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
---
content.tex | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/content.tex b/content.tex
index 5949c50..7339c4b 100644
--- a/content.tex
+++ b/content.tex
@@ -5145,7 +5145,7 @@ struct virtio_scsi_config {
field doesn't restrict the actual block size of the LUNs, which is
returned in the LUN's inquiry data.
-\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
@@ -5254,7 +5254,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;
@@ -5268,7 +5268,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[];
--
2.9.3
[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [List Home]