Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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>

authored by

Bagas Sanjaya and committed by
Michael S. Tsirkin
2b034e82 ae8d2247

+1 -1
+1 -1
Documentation/driver-api/virtio/virtio.rst
··· 135 135 _`[1]` Virtio Spec v1.2: 136 136 https://docs.oasis-open.org/virtio/virtio/v1.2/virtio-v1.2.html 137 137 138 - Check for later versions of the spec as well. 138 + .. Check for later versions of the spec as well. 139 139 140 140 _`[2]` Virtqueues and virtio ring: How the data travels 141 141 https://www.redhat.com/en/blog/virtqueues-and-virtio-ring-how-data-travels