]> git.ipfire.org Git - thirdparty/kernel/linux.git/commitdiff
riscv: Docs: fix unmatched quote warning
authorRandy Dunlap <rdunlap@infradead.org>
Mon, 6 Apr 2026 23:23:04 +0000 (16:23 -0700)
committerPaul Walmsley <pjw@kernel.org>
Thu, 14 May 2026 04:21:32 +0000 (22:21 -0600)
'make htmldocs' complains about ``prctrl` -- so add a second '`' to
avoid the warning.

Documentation/arch/riscv/zicfilp.rst:79: WARNING: Inline literal start-string without end-string. [docutils]

Fixes: 08ee1559052b ("prctl: cfi: change the branch landing pad prctl()s to be more descriptive")
Signed-off-by: Randy Dunlap <rdunlap@infradead.org>
Link: https://patch.msgid.link/20260406232304.1892528-1-rdunlap@infradead.org
Signed-off-by: Paul Walmsley <pjw@kernel.org>
Documentation/arch/riscv/zicfilp.rst

index ab7d8e62ddaffb131a8e0e3cc7d726ddfd5edbae..12b35969d17ad2e01654ab3558e0ccf99d04e691 100644 (file)
@@ -78,7 +78,7 @@ the program.
 
 Per-task indirect branch tracking state can be monitored and
 controlled via the :c:macro:`PR_GET_CFI` and :c:macro:`PR_SET_CFI`
-``prctl()` arguments (respectively), by supplying
+``prctl()`` arguments (respectively), by supplying
 :c:macro:`PR_CFI_BRANCH_LANDING_PADS` as the second argument.  These
 are architecture-agnostic, and will return -EINVAL if the underlying
 functionality is not supported.