mail archive of the barebox mailing list
 help / color / mirror / Atom feed
From: Ahmad Fatoum <a.fatoum@pengutronix.de>
To: barebox@lists.infradead.org
Cc: Ahmad Fatoum <a.fatoum@pengutronix.de>
Subject: [PATCH 2/5] Documentation: virtio: Fix virtio reference
Date: Thu,  1 Apr 2021 08:46:13 +0200	[thread overview]
Message-ID: <20210401064616.29913-2-a.fatoum@pengutronix.de> (raw)
In-Reply-To: <20210401064616.29913-1-a.fatoum@pengutronix.de>

From: Ahmad Fatoum <ahmad@a3f.at>

Sphinx complains, probably, because _virtio is used for footnote in
the same document. Rename it to fix the reference.

Signed-off-by: Ahmad Fatoum <a.fatoum@pengutronix.de>
---
 Documentation/boards/riscv.rst | 2 +-
 Documentation/user/virtio.rst  | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/Documentation/boards/riscv.rst b/Documentation/boards/riscv.rst
index 049029b4f23d..59cdc00a99e6 100644
--- a/Documentation/boards/riscv.rst
+++ b/Documentation/boards/riscv.rst
@@ -9,7 +9,7 @@ barebox supports both the qemu riscv32 and riscv64 ``-M virt`` boards::
   make ARCH=riscv virt64_defconfig
   qemu-system-riscv64 -M virt -serial stdio -kernel build/images/barebox-dt-2nd.img
 
-Replace ``64`` by ``32`` for 32-bit build. :ref:`virtio` over MMIO is supported and
+Replace ``64`` by ``32`` for 32-bit build. :ref:`virtio_sect` over MMIO is supported and
 can be used for e.g. an extra console or to pass in a virtio-blk device::
 
   qemu-system-riscv64 -M virt -serial stdio                                \
diff --git a/Documentation/user/virtio.rst b/Documentation/user/virtio.rst
index fb21869807e0..dde47d5f82b1 100644
--- a/Documentation/user/virtio.rst
+++ b/Documentation/user/virtio.rst
@@ -4,7 +4,7 @@
   Copyright (C) 2018, Bin Meng <bmeng.cn@gmail.com>
   Copyright (C) 2021, Ahmad Fatoum
 
-.. _virtio:
+.. _virtio_sect:
 
 VirtIO Support
 ==============
-- 
2.29.2


_______________________________________________
barebox mailing list
barebox@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/barebox


  reply	other threads:[~2021-04-01  6:47 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-04-01  6:46 [PATCH 1/5] fixup! input: add virtio input driver Ahmad Fatoum
2021-04-01  6:46 ` Ahmad Fatoum [this message]
2021-04-01  6:46 ` [PATCH 3/5] Documentation: reboot-mode: fix headings Ahmad Fatoum
2021-04-01  6:46 ` [PATCH 4/5] Documentation: reference reboot-mode Documentation Ahmad Fatoum
2021-04-01  6:46 ` [PATCH 5/5] Documentation: add barebox porter's guide Ahmad Fatoum

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=20210401064616.29913-2-a.fatoum@pengutronix.de \
    --to=a.fatoum@pengutronix.de \
    --cc=barebox@lists.infradead.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