diff options
author | Alex Shi <alex.shi@linux.alibaba.com> | 2019-04-01 17:44:47 +0300 |
---|---|---|
committer | Jonathan Corbet <corbet@lwn.net> | 2019-04-02 18:53:55 +0300 |
commit | 6db147a8bb89f62304ce5f0b30bf80ce9b2ea7cb (patch) | |
tree | 92247ecfd06afebae39a6cf4a50ddc3661c0732f /Documentation/translations/zh_CN/process/stable-kernel-rules.rst | |
parent | 1cc9990f528ddae93c25d454dbf8e38336cfde12 (diff) | |
download | linux-6db147a8bb89f62304ce5f0b30bf80ce9b2ea7cb.tar.xz |
docs/zh_CN: redirect the submitting-patches to Chinese doc
Now we have latest Chinese version submitting-patches.rst, it's time to
use it in other docs.
Signed-off-by: Alex Shi <alex.shi@linux.alibaba.com>
Cc: Harry Wei <harryxiyou@gmail.com>
Cc: Jonathan Corbet <corbet@lwn.net>
Cc: Federico Vaga <federico.vaga@vaga.pv.it>
Cc: SeongJae Park <sj38.park@gmail.com>
Cc: James Morris <james.morris@microsoft.com>
Cc: Mauro Carvalho Chehab <mchehab+samsung@kernel.org>
Cc: linux-doc@vger.kernel.org
Cc: linux-kernel@vger.kernel.org
Signed-off-by: Jonathan Corbet <corbet@lwn.net>
Diffstat (limited to 'Documentation/translations/zh_CN/process/stable-kernel-rules.rst')
-rw-r--r-- | Documentation/translations/zh_CN/process/stable-kernel-rules.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/translations/zh_CN/process/stable-kernel-rules.rst b/Documentation/translations/zh_CN/process/stable-kernel-rules.rst index fb048c42ae48..fba361f2ddfd 100644 --- a/Documentation/translations/zh_CN/process/stable-kernel-rules.rst +++ b/Documentation/translations/zh_CN/process/stable-kernel-rules.rst @@ -33,7 +33,7 @@ - 没有“理论上的竞争条件”,除非能给出竞争条件如何被利用的解释。 - 不能存在任何的“琐碎的”修正(拼写修正,去掉多余空格之类的)。 - 必须被相关子系统的维护者接受。 - - 必须遵循Documentation/process/submitting-patches.rst里的规则。 + - 必须遵循Documentation/translations/zh_CN/process/submitting-patches.rst里的规则。 向稳定版代码树提交补丁的过程: ------------------------------ |