Re: [PATCH] docs/zh_CN: Update arch/riscv/vm-layout.rst translation
From: Yao Zi
Date: Sat Aug 29 2026 - 12:58:57 EST
On Sat, Aug 29, 2026 at 12:15:10PM +0800, Yukai Wu wrote:
> Update Documentation/arch/riscv/vm-layout.rst translation.
>
> Update the translation through commit 954260ff5a46
> ("Revert "RISC-V: mm: Document mmap changes"")
>
> Signed-off-by: Yukai Wu <xiaoyewuz.Ruster@xxxxxxxxx>
> ---
> .../zh_CN/arch/riscv/vm-layout.rst | 18 +++++++++---------
> 1 file changed, 9 insertions(+), 9 deletions(-)
>
> diff --git a/Documentation/translations/zh_CN/arch/riscv/vm-layout.rst b/Documentation/translations/zh_CN/arch/riscv/vm-layout.rst
> index 4b9f4dcf6c19..0d0ec8ea5d05 100644
> --- a/Documentation/translations/zh_CN/arch/riscv/vm-layout.rst
> +++ b/Documentation/translations/zh_CN/arch/riscv/vm-layout.rst
> @@ -15,7 +15,7 @@ RISC-V Linux上的虚拟内存布局
> :作者: Alexandre Ghiti <alex@xxxxxxxx>
> :日期: 12 February 2021
>
> -这份文件描述了RISC-V Linux内核使用的虚拟内存布局。
> +这份文件描述了 RISC-V Linux 内核使用的虚拟内存布局。
>
> 32位 RISC-V Linux 内核
> ======================
> @@ -28,9 +28,9 @@ TODO
> 64位 RISC-V Linux 内核
> ======================
>
> -RISC-V特权架构文档指出,64位地址 "必须使第63-48位值都等于第47位,否则将发生缺页异常。":这将虚
> -拟地址空间分成两半,中间有一个非常大的洞,下半部分是用户空间所在的地方,上半部分是RISC-V Linux
> -内核所在的地方。
> +RISC-V 特权架构文档指出,64 位地址“必须使第 63-48 位值都等于第 47 位,否则将发生缺页异常。”:
> +这将虚拟地址空间分成两半,中间有一个非常大的洞,下半部分是用户空间所在的地方,上半部分是 RISC-V
> +Linux 内核所在的地方。
I think changes above are purely style improvements? If so please
mention it in the commit message, instead of specifying it's "updating"
only. Separate the changes into another commit might help, but I'm not
sure whether it's worth the effort.
Regards,
Yao Zi