Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

docs/zh_CN: remove two inconsistent spaces

The spaces on the left and right of texts should be consistent.
Remove these redundent spaces.

Signed-off-by: Dongliang Mu <dzm91@hust.edu.cn>
Signed-off-by: Jonathan Corbet <corbet@lwn.net>
Link: https://lore.kernel.org/r/20240427053703.2339727-1-dzm91@hust.edu.cn

authored by

Dongliang Mu and committed by
Jonathan Corbet
7f20ac18 5384258f

+2 -2
+2 -2
Documentation/translations/zh_CN/index.rst
··· 24 24 上的linux-doc邮件列表。 25 25 26 26 顺便说下,中文文档也需要遵守内核编码风格,风格中中文和英文的主要不同就是中文 27 - 的字符标点占用两个英文字符宽度, 所以,当英文要求不要超过每行100个字符时, 28 - 中文就不要超过50个字符。另外,也要注意'-','=' 等符号与相关标题的对齐。在将 27 + 的字符标点占用两个英文字符宽度,所以,当英文要求不要超过每行100个字符时, 28 + 中文就不要超过50个字符。另外,也要注意'-','='等符号与相关标题的对齐。在将 29 29 补丁提交到社区之前,一定要进行必要的 ``checkpatch.pl`` 检查和编译测试。 30 30 31 31 与Linux 内核社区一起工作