aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation/rust
diff options
context:
space:
mode:
authorBagas Sanjaya <bagasdotme@gmail.com>2023-02-13 15:59:20 +0700
committerRichard Weinberger <richard@nod.at>2023-02-13 10:14:32 +0100
commit04df97e150c83d4640540008e95d0229cb188135 (patch)
treeb75333fa35c456b987c27f6ef9540eb11ab6131b /Documentation/rust
parent6c7667c9bc12778d5566137fd4b34f03e1f36909 (diff)
downloadlinux-04df97e150c83d4640540008e95d0229cb188135.tar.gz
Documentation: rust: Fix arch support table
Stephen Rothwell reported htmldocs warning when merging uml tree: Documentation/rust/arch-support.rst:20: WARNING: Blank line required after table. Fix the arch support table by removing extraneous simple table marker. Link: https://lore.kernel.org/linux-next/20230213152714.78b844f4@canb.auug.org.au/ Fixes: 0438aadfa69a34 ("rust: arch/um: Add support for CONFIG_RUST under x86_64 UML") Reported-by: Stephen Rothwell <sfr@canb.auug.org.au> Signed-off-by: Bagas Sanjaya <bagasdotme@gmail.com> Signed-off-by: Richard Weinberger <richard@nod.at>
Diffstat (limited to 'Documentation/rust')
-rw-r--r--Documentation/rust/arch-support.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/rust/arch-support.rst b/Documentation/rust/arch-support.rst
index a526ca1c688be6..ed7f4f5b3cf157 100644
--- a/Documentation/rust/arch-support.rst
+++ b/Documentation/rust/arch-support.rst
@@ -16,6 +16,6 @@ support corresponds to ``S`` values in the ``MAINTAINERS`` file.
Architecture Level of support Constraints
============ ================ ==============================================
``x86`` Maintained ``x86_64`` only.
-============ ================ ==============================================
``um`` Maintained ``x86_64`` only.
============ ================ ==============================================
+