diff options
author | Mauro Carvalho Chehab <mchehab+samsung@kernel.org> | 2019-07-26 23:01:55 +0200 |
---|---|---|
committer | Jonathan Corbet <corbet@lwn.net> | 2019-07-31 21:01:47 +0200 |
commit | 638b642f82bb8ee81fe00bdbb70b5ff0885df1a5 (patch) | |
tree | fbd318efbbc1499bb98c62320194549c9ecd8293 /Documentation/riscv/index.rst | |
parent | docs: zh_CN: howto.rst: fix a broken reference (diff) | |
download | linux-638b642f82bb8ee81fe00bdbb70b5ff0885df1a5.tar.xz linux-638b642f82bb8ee81fe00bdbb70b5ff0885df1a5.zip |
docs: riscv: convert boot-image-header.txt to ReST
Convert this small file to ReST format by:
- Using a proper markup for the document title;
- marking a code block as such;
- use tags for Author and date;
- use tables for bit map fields.
While here, fix a broken reference for a document with is
planned but is not here yet.
Signed-off-by: Mauro Carvalho Chehab <mchehab+samsung@kernel.org>
Reviewed-by: Atish Patra <atish.patra@wdc.com>
Signed-off-by: Jonathan Corbet <corbet@lwn.net>
Diffstat (limited to '')
-rw-r--r-- | Documentation/riscv/index.rst | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Documentation/riscv/index.rst b/Documentation/riscv/index.rst index e3ca0922a8c2..215fd3c1f2d5 100644 --- a/Documentation/riscv/index.rst +++ b/Documentation/riscv/index.rst @@ -5,6 +5,7 @@ RISC-V architecture .. toctree:: :maxdepth: 1 + boot-image-header pmu .. only:: subproject and html |