All of lore.kernel.org
 help / color / mirror / Atom feed
* [virtio-dev] [PATCH] packed-ring: fix some typos
@ 2022-03-24 10:34 Michael S. Tsirkin
  2022-03-24 11:23 ` Cornelia Huck
  2022-04-20  9:46 ` [virtio-comment] " Cornelia Huck
  0 siblings, 2 replies; 5+ messages in thread
From: Michael S. Tsirkin @ 2022-03-24 10:34 UTC (permalink / raw)
  To: virtio-comment, virtio-dev; +Cc: virtio

flag is misnamed in a couple of places.

Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
---
 packed-ring.tex | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/packed-ring.tex b/packed-ring.tex
index e41f8bf..2accc23 100644
--- a/packed-ring.tex
+++ b/packed-ring.tex
@@ -518,7 +518,7 @@ \subsection{Event Suppression Structure Format}\label{sec:Basic
 list.
 
 \drivernormative{\subsection}{Indirect Descriptors}{Basic Facilities of a Virtio Device / Packed Virtqueues / The Virtqueue Descriptor Table / Indirect Descriptors}
-The driver MUST NOT set the DESC_F_INDIRECT flag unless the
+The driver MUST NOT set the VIRTQ_DESC_F_INDIRECT flag unless the
 VIRTIO_F_INDIRECT_DESC feature was negotiated.   The driver MUST NOT
 set any flags except DESC_F_WRITE within an indirect descriptor.
 
@@ -526,7 +526,7 @@ \subsection{Event Suppression Structure Format}\label{sec:Basic
 by the device.
 
 A driver MUST NOT write direct descriptors with
-DESC_F_INDIRECT set in a scatter-gather list linked by
+VIRTQ_DESC_F_INDIRECT set in a scatter-gather list linked by
 VIRTQ_DESC_F_NEXT.
 \field{flags}.
 
-- 
MST


---------------------------------------------------------------------
To unsubscribe, e-mail: virtio-dev-unsubscribe@lists.oasis-open.org
For additional commands, e-mail: virtio-dev-help@lists.oasis-open.org


^ permalink raw reply related	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2022-04-20  9:46 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-03-24 10:34 [virtio-dev] [PATCH] packed-ring: fix some typos Michael S. Tsirkin
2022-03-24 11:23 ` Cornelia Huck
2022-03-24 12:02   ` Michael S. Tsirkin
2022-03-24 12:24     ` [virtio] " Cornelia Huck
2022-04-20  9:46 ` [virtio-comment] " Cornelia Huck

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.