diff options
author | Michael S. Tsirkin <mst@redhat.com> | 2019-03-18 18:50:49 -0400 |
---|---|---|
committer | Michael S. Tsirkin <mst@redhat.com> | 2019-03-21 13:25:00 -0400 |
commit | 4cc8a4d9418260556f2ca457583c4e19695ee20d (patch) | |
tree | bd476f91c695ae133f70a967b380fe2a6816b0a8 | |
parent | 3e49aec6126574d999081f39c360d452a7104e02 (diff) | |
download | virtio-spec-4cc8a4d9418260556f2ca457583c4e19695ee20d.tar.gz |
block: drop duplicate text
In version 1.1 draft 01 - Section 5.2.6.4 - second bullet:
Duplicated text "errors, data_len, sense_len and residual MUST reside in
a single, separate device-writable descriptor" appears +both in the
beginning and at the end of the 2nd sentence.
The original text:
For SCSI commands there are additional constraints. errors, data_len,
sense_len and residual MUST reside in a single, separate device-writable
descriptor, sense MUST reside in a single separate device-writable
descriptor of size 96 bytes, and errors, data_len, sense_len and
residual MUST reside a single separate device-writable descriptor.
I suggest to delete the 1st one, so in the end result, fields are
described in same order as appear in struct virtio_scsi_pc_req.
Fixes: https://github.com/oasis-tcs/virtio-spec/issues/39
Reported-by: Gil Savir <gil.savir@intel.com>
Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
-rw-r--r-- | content.tex | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/content.tex b/content.tex index 05fcb7b..e8536a0 100644 --- a/content.tex +++ b/content.tex @@ -4236,9 +4236,7 @@ negotiated VIRTIO_F_ANY_LAYOUT: for \field{status}. \item For SCSI commands there are additional constraints. - \field{errors}, \field{data_len}, \field{sense_len} and - \field{residual} MUST reside in a single, separate - device-writable descriptor, \field{sense} MUST reside in a + \field{sense} MUST reside in a single separate device-writable descriptor of size 96 bytes, and \field{errors}, \field{data_len}, \field{sense_len} and \field{residual} MUST reside a single separate |