Skip to content

Commit

Permalink
Remove dangling quotes from vfio-user.rst (#795)
Browse files Browse the repository at this point in the history
This improves rendering on github quite a bit.

Signed-off-by: David Reiss <[email protected]>
  • Loading branch information
dreiss authored Apr 27, 2024
1 parent cfa568e commit 99e0e09
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/vfio-user.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
^^^^^^^^^^^^^^^^^^^^^
Expand Down

0 comments on commit 99e0e09

Please sign in to comment.