diff mbox series

[110/110] doc: fixup misc broken links

Message ID 20190531061351.22973-111-stewart@linux.ibm.com
State Accepted
Headers show
Series Big documentation cleanup/expansion | expand

Checks

Context Check Description
snowpatch_ozlabs/apply_patch success Successfully applied on branch master (76f7316bc8fc8a18fdbfcbc0e1fe1bb992d2a7d7)
snowpatch_ozlabs/snowpatch_job_snowpatch-skiboot fail Test snowpatch/job/snowpatch-skiboot on branch master
snowpatch_ozlabs/snowpatch_job_snowpatch-skiboot-dco success Signed-off-by present

Commit Message

Stewart Smith May 31, 2019, 6:13 a.m. UTC
Signed-off-by: Stewart Smith <stewart@linux.ibm.com>
---
 doc/opal-api/opal-pci-get-set-pbcq-tunnel-bar-164-165.rst | 4 ++--
 doc/opal-api/opal-poll-events.rst                         | 1 +
 doc/release-notes/skiboot-5.10-rc1.rst                    | 2 +-
 doc/release-notes/skiboot-5.10.rst                        | 2 +-
 4 files changed, 5 insertions(+), 4 deletions(-)
diff mbox series

Patch

diff --git a/doc/opal-api/opal-pci-get-set-pbcq-tunnel-bar-164-165.rst b/doc/opal-api/opal-pci-get-set-pbcq-tunnel-bar-164-165.rst
index 87a2c7decdf1..dcbd62e31d5b 100644
--- a/doc/opal-api/opal-pci-get-set-pbcq-tunnel-bar-164-165.rst
+++ b/doc/opal-api/opal-pci-get-set-pbcq-tunnel-bar-164-165.rst
@@ -48,10 +48,10 @@  The host calls this function to set the PBCQ Tunnel Bar register.
 Parameters
 ----------
 
-:ref:``phb_id`
+`phb_id`
   The value from the PHB node ibm,opal-phbid property for the device.
 
-:ref:`addr`
+`addr`
   The value of the address chosen for the PBCQ Tunnel Bar register.
   If the address is 0, then the PBCQ Tunnel Bar register will be reset.
   It the address is non-zero, then the PBCQ Tunnel Bar register will be
diff --git a/doc/opal-api/opal-poll-events.rst b/doc/opal-api/opal-poll-events.rst
index c4bf24dcd8d1..bcf218a51058 100644
--- a/doc/opal-api/opal-poll-events.rst
+++ b/doc/opal-api/opal-poll-events.rst
@@ -18,6 +18,7 @@  OPAL_EVENT_NVRAM = 0x2
 ----------------------
 Unused
 
+.. _OPAL_EVENT_RTC:
 
 OPAL_EVENT_RTC = 0x4
 --------------------
diff --git a/doc/release-notes/skiboot-5.10-rc1.rst b/doc/release-notes/skiboot-5.10-rc1.rst
index bf3095103aab..90a5b300531e 100644
--- a/doc/release-notes/skiboot-5.10-rc1.rst
+++ b/doc/release-notes/skiboot-5.10-rc1.rst
@@ -91,7 +91,7 @@  we look to enabling by default in the next release.
 
 The OPAL Quiesce calls are designed to improve reliability and debuggability
 around reboot and error conditions. See the full API documentation for details:
-:ref:`opal-quiesce`.
+:ref:`OPAL_QUIESCE`.
 
 - fast-reboot: bare bones fast reboot implementation for POWER9
 
diff --git a/doc/release-notes/skiboot-5.10.rst b/doc/release-notes/skiboot-5.10.rst
index 0b22cb688ab4..02438ada3d94 100644
--- a/doc/release-notes/skiboot-5.10.rst
+++ b/doc/release-notes/skiboot-5.10.rst
@@ -137,7 +137,7 @@  we look to enabling by default in the next release.
 
 The OPAL Quiesce calls are designed to improve reliability and debuggability
 around reboot and error conditions. See the full API documentation for details:
-:ref:`opal-quiesce`.
+:ref:`OPAL_QUIESCE`.
 
 - fast-reboot: bare bones fast reboot implementation for POWER9