summaryrefslogtreecommitdiff
path: root/Documentation/translations/zh_CN/process/magic-number.rst
diff options
context:
space:
mode:
authorTao Liu <ltao@redhat.com>2023-04-26 10:14:52 +0800
committerJonathan Corbet <corbet@lwn.net>2023-05-02 10:55:21 -0600
commit4a2d80ad062e2f3722227a72ad6050aa3e2c7676 (patch)
treeca09fe7ae4c49c69248c9057a3845c7678696ae6 /Documentation/translations/zh_CN/process/magic-number.rst
parentbe8ca5f4bcdb8f12f75e0fc64f37a13657440f22 (diff)
docs: Remove unnecessary unicode character
There is a non-printable unicode char '\u202a' or "0xe2 0x80 0xaa" in hex in the translation doc. It is unnecessary and should be removed for better text formatting when using editors like vi. Signed-off-by: Tao Liu <ltao@redhat.com> Reviewed-by: Yanteng Si <siyanteng@loongson.cn> Link: https://lore.kernel.org/r/20230426021452.9745-1-ltao@redhat.com Signed-off-by: Jonathan Corbet <corbet@lwn.net>
Diffstat (limited to 'Documentation/translations/zh_CN/process/magic-number.rst')
-rw-r--r--Documentation/translations/zh_CN/process/magic-number.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/translations/zh_CN/process/magic-number.rst b/Documentation/translations/zh_CN/process/magic-number.rst
index 0617ce125e12..6f22b728d4e7 100644
--- a/Documentation/translations/zh_CN/process/magic-number.rst
+++ b/Documentation/translations/zh_CN/process/magic-number.rst
@@ -25,7 +25,7 @@ Linux 魔术数
...
};
-当你以后给内核添加增强功能的时候,请遵守这条规则!这样就会节省数不清的调试时间,特别是一些古怪的情况,例如,数组超出范围并且重新写了超出部分。遵守这个规则,‪这些情况可以被快速地,安全地避免。
+当你以后给内核添加增强功能的时候,请遵守这条规则!这样就会节省数不清的调试时间,特别是一些古怪的情况,例如,数组超出范围并且重新写了超出部分。遵守这个规则,这些情况可以被快速地,安全地避免。
Theodore Ts'o
31 Mar 94