Skip to content

Commit 7bc76fb

Browse files
RISC-V: Documentation: Add enough title underlines to CMODX
This reports as a warning in linux-next along the lines of Documentation/arch/riscv/cmodx.rst:14: WARNING: Title underline too short. CMODX in the Kernel Space --------------------- [docutils] Documentation/arch/riscv/cmodx.rst:43: WARNING: Title underline too short. CMODX in the User Space --------------------- [docutils] Documentation/arch/riscv/cmodx.rst:43: WARNING: Title underline too short. CMODX in the User Space --------------------- [docutils] Link: https://lore.kernel.org/all/[email protected]/ Fixes: 0e07200 ("riscv: Documentation: add a description about dynamic ftrace") Reviewed-by: Charlie Jenkins <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Palmer Dabbelt <[email protected]>
1 parent 9d3da78 commit 7bc76fb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Documentation/arch/riscv/cmodx.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ program must enforce its own synchronization with the unprivileged fence.i
1111
instruction.
1212

1313
CMODX in the Kernel Space
14-
---------------------
14+
-------------------------
1515

1616
Dynamic ftrace
1717
---------------------
@@ -40,7 +40,7 @@ pacthable function. The metadata is resolved at the first trampoline, then the
4040
execution can be derect to another custom trampoline.
4141

4242
CMODX in the User Space
43-
---------------------
43+
-----------------------
4444

4545
Though fence.i is an unprivileged instruction, the default Linux ABI prohibits
4646
the use of fence.i in userspace applications. At any point the scheduler may

0 commit comments

Comments
 (0)