diff options
author | Bagas Sanjaya <bagasdotme@gmail.com> | 2022-12-20 10:58:29 +0100 |
---|---|---|
committer | Michael S. Tsirkin <mst@redhat.com> | 2023-02-21 01:26:57 +0100 |
commit | 2b034e82ffc5f24ec54e47785f22f2bc33fda383 (patch) | |
tree | df735e091a78a2638d92e56d9f8343f00a189ab8 /Documentation | |
parent | docs: driver-api: virtio: slightly reword virtqueues allocation paragraph (diff) | |
download | linux-2b034e82ffc5f24ec54e47785f22f2bc33fda383.tar.xz linux-2b034e82ffc5f24ec54e47785f22f2bc33fda383.zip |
docs: driver-api: virtio: commentize spec version checking
A sentence that checks for later spec version is meant for developers
hacking the documentation source. Make it comment block (hidden from
actual output).
Signed-off-by: Bagas Sanjaya <bagasdotme@gmail.com>
Message-Id: <20221220095828.27588-4-bagasdotme@gmail.com>
Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
Diffstat (limited to 'Documentation')
-rw-r--r-- | Documentation/driver-api/virtio/virtio.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/driver-api/virtio/virtio.rst b/Documentation/driver-api/virtio/virtio.rst index 88e2a9bcd8b3..7947b4ca690e 100644 --- a/Documentation/driver-api/virtio/virtio.rst +++ b/Documentation/driver-api/virtio/virtio.rst @@ -135,7 +135,7 @@ References _`[1]` Virtio Spec v1.2: https://docs.oasis-open.org/virtio/virtio/v1.2/virtio-v1.2.html -Check for later versions of the spec as well. +.. Check for later versions of the spec as well. _`[2]` Virtqueues and virtio ring: How the data travels https://www.redhat.com/en/blog/virtqueues-and-virtio-ring-how-data-travels |