[PATCH] packed-ring: fix some typos

From
Michael S. Tsirkin <>
Date
2022-03-24T12:03:00+00:00
ID
Thread
[PATCH] packed-ring: fix some typos
On Thu, Mar 24, 2022 at 12:23:23PM +0100, Cornelia Huck wrote:
> On Thu, Mar 24 2022, "Michael S. Tsirkin" <> wrote:
>
>
> flag is misnamed in a couple of places.
>
> s//The VIRTQ_DESC_F_INDIRECT_FLAG /

You mean VIRTQ_DESC_F_INDIRECT don't you?

> >
>
> Signed-off-by: Michael S. Tsirkin <>
> > ---
>
>  packed-ring.tex | 4 ++--
>
>  1 file changed, 2 insertions(+), 2 deletions(-)
>
> Reviewed-by: Cornelia Huck <>