From 91d9850e5a0b0eb268352fc5fa18f592fc3ca294 Mon Sep 17 00:00:00 2001 From: Stefan Hajnoczi Date: Wed, 14 Mar 2018 15:46:18 +0000 Subject: packed-ring: rephrase "an example driver code" Either "an example of driver code" or "a driver code example" would work. Signed-off-by: Stefan Hajnoczi Signed-off-by: Michael S. Tsirkin Fixes: https://github.com/oasis-tcs/virtio-spec/issues/7 Approved-by: https://www.oasis-open.org/committees/ballot.php?id=3184 --- packed-ring.tex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packed-ring.tex b/packed-ring.tex index 60b5559..2ef9559 100644 --- a/packed-ring.tex +++ b/packed-ring.tex @@ -594,7 +594,7 @@ value before checking if notifications are suppressed. \subsubsection{Implementation Example}\label{sec:Basic Facilities of a Virtio Device / Packed Virtqueues / Supplying Buffers to The Device / Implementation Example} -Below is an example driver code. It does not attempt to reduce +Below is a driver code example. It does not attempt to reduce the number of device interrupts, neither does it support the VIRTIO_F_RING_EVENT_IDX feature. -- cgit v1.2.3