diff options
author | Stefan Hajnoczi <stefanha@redhat.com> | 2018-03-14 15:46:15 +0000 |
---|---|---|
committer | Michael S. Tsirkin <mst@redhat.com> | 2018-03-26 20:47:26 +0300 |
commit | 336d94ff5958abbf926471610eee5006c85e9ed4 (patch) | |
tree | 52b42ea3ba1ccd9dbae94553ed4cf6876ccd9823 | |
parent | 1b355f15f8e97da0fda3f8590fc17ac022895a1a (diff) |
packed-ring: fix capitalization of names
Names are capitalized, like the Element Length field. General terms
like descriptor are not capitalized.
This patch fixes two instances where this is inconsistent.
Signed-off-by: Stefan Hajnoczi <stefanha@redhat.com>
Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
Fixes: https://github.com/oasis-tcs/virtio-spec/issues/7
Approved-by: https://www.oasis-open.org/committees/ballot.php?id=3184
-rw-r--r-- | packed-ring.tex | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/packed-ring.tex b/packed-ring.tex index 8640192..4e5c9b2 100644 --- a/packed-ring.tex +++ b/packed-ring.tex @@ -167,7 +167,7 @@ In a used descriptor, Element Address is unused. Element Length specifies the length of the buffer that has been initialized (written to) by the device. -Element length is reserved for used descriptors without the +Element Length is reserved for used descriptors without the VIRTQ_DESC_F_WRITE flag, and is ignored by drivers. \subsection{Scatter-Gather Support} @@ -269,7 +269,7 @@ only valid flag for descriptors in the indirect table. Others are reserved and are ignored by the device. Buffer ID is also reserved and is ignored by the device. -In Descriptors with VIRTQ_DESC_F_INDIRECT set VIRTQ_DESC_F_WRITE +In descriptors with VIRTQ_DESC_F_INDIRECT set VIRTQ_DESC_F_WRITE is reserved and is ignored by the device. \subsection{In-order use of descriptors} |