linux-doc.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Bagas Sanjaya <bagasdotme@gmail.com>
To: virtualization@lists.linux-foundation.org,
	linux-doc@vger.kernel.org, linux-kernel@vger.kernel.org
Cc: "Michael S. Tsirkin" <mst@redhat.com>,
	"Jason Wang" <jasowang@redhat.com>,
	"Jonathan Corbet" <corbet@lwn.net>,
	"Ricardo Cañuelo" <ricardo.canuelo@collabora.com>,
	"Cornelia Huck" <cohuck@redhat.com>,
	kernel@collabora.com, "Bagas Sanjaya" <bagasdotme@gmail.com>
Subject: [PATCH 3/3] docs: driver-api: virtio: commentize spec version checking
Date: Tue, 20 Dec 2022 16:58:29 +0700	[thread overview]
Message-ID: <20221220095828.27588-4-bagasdotme@gmail.com> (raw)
In-Reply-To: <20221220095828.27588-1-bagasdotme@gmail.com>

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>
---
 Documentation/driver-api/virtio/virtio.rst | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Documentation/driver-api/virtio/virtio.rst b/Documentation/driver-api/virtio/virtio.rst
index 88e2a9bcd8b3f7..7947b4ca690efd 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
-- 
An old man doll... just what I always wanted! - Clara


  parent reply	other threads:[~2022-12-20 10:01 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-12-20  9:58 [PATCH 0/3] docs: driver-api: virtio: documentation improv suggestion Bagas Sanjaya
2022-12-20  9:58 ` [PATCH 1/3] docs: driver-api: virtio: parenthesize external reference targets Bagas Sanjaya
2022-12-20  9:58 ` [PATCH 2/3] docs: driver-api: virtio: slightly reword virtqueues allocation paragraph Bagas Sanjaya
2022-12-20  9:58 ` Bagas Sanjaya [this message]
2022-12-20 11:11 ` [PATCH 0/3] docs: driver-api: virtio: documentation improv suggestion Michael S. Tsirkin

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20221220095828.27588-4-bagasdotme@gmail.com \
    --to=bagasdotme@gmail.com \
    --cc=cohuck@redhat.com \
    --cc=corbet@lwn.net \
    --cc=jasowang@redhat.com \
    --cc=kernel@collabora.com \
    --cc=linux-doc@vger.kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=mst@redhat.com \
    --cc=ricardo.canuelo@collabora.com \
    --cc=virtualization@lists.linux-foundation.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).