aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Reiss <dreiss@fb.com>2024-04-26 17:07:55 -0700
committerGitHub <noreply@github.com>2024-04-26 17:07:55 -0700
commit99e0e09f0794bb727d3a298ad465ae1041397078 (patch)
treedc35db8ec4d6adcd4e8ec09a8ee3aefc419063a5
parentcfa568e1efb1baa7f21a53097f2b3fc889b3ffcb (diff)
downloadlibvfio-user-99e0e09f0794bb727d3a298ad465ae1041397078.zip
libvfio-user-99e0e09f0794bb727d3a298ad465ae1041397078.tar.gz
libvfio-user-99e0e09f0794bb727d3a298ad465ae1041397078.tar.bz2
Remove dangling quotes from vfio-user.rst (#795)
This improves rendering on github quite a bit. Signed-off-by: David Reiss <dreiss@meta.com>
-rw-r--r--docs/vfio-user.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/vfio-user.rst b/docs/vfio-user.rst
index b83b359..5921ff3 100644
--- a/docs/vfio-user.rst
+++ b/docs/vfio-user.rst
@@ -78,7 +78,7 @@ structures used in the ``ioctl()`` implementation. Messages derived from the
``ioctl()`` will have a name derived from the ``ioctl()`` command name. E.g., the
``VFIO_DEVICE_GET_INFO`` ``ioctl()`` command becomes a
``VFIO_USER_DEVICE_GET_INFO`` message. The purpose of this reuse is to share as
-much code as feasible with the ``ioctl()`` implementation``.
+much code as feasible with the ``ioctl()`` implementation.
Connection Initiation
^^^^^^^^^^^^^^^^^^^^^