diff options
author | Lukas Bulwahn <lukas.bulwahn@gmail.com> | 2022-07-04 14:25:36 +0200 |
---|---|---|
committer | Jonathan Corbet <corbet@lwn.net> | 2022-07-14 15:03:58 -0600 |
commit | 9d4e2eed3f72268ba87af22cf87c9c3bccb8c3c4 (patch) | |
tree | 8f3bd0e354d6a2efc9a93e6a17b1e15bb7891543 /Documentation/translations/zh_CN/process/5.Posting.rst | |
parent | 481bb592d300493a920319e03c0396098119eddf (diff) |
docs: zh_CN: align to submitting-drivers removal
Adjust the Chinese translation to the removal of submitting-drivers in the
English kernel documentation.
Signed-off-by: Lukas Bulwahn <lukas.bulwahn@gmail.com>
Reviewed-by: Alex Shi <alexs@kernel.org>
Link: https://lore.kernel.org/r/20220704122537.3407-11-lukas.bulwahn@gmail.com
Signed-off-by: Jonathan Corbet <corbet@lwn.net>
Diffstat (limited to 'Documentation/translations/zh_CN/process/5.Posting.rst')
-rw-r--r-- | Documentation/translations/zh_CN/process/5.Posting.rst | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/Documentation/translations/zh_CN/process/5.Posting.rst b/Documentation/translations/zh_CN/process/5.Posting.rst index 4ee7de13f373..6a469e1c7deb 100644 --- a/Documentation/translations/zh_CN/process/5.Posting.rst +++ b/Documentation/translations/zh_CN/process/5.Posting.rst @@ -19,8 +19,7 @@ 内核开发社区已经发展出一套用于发布补丁的约定和过程;遵循这些约定和过程将使 参与其中的每个人的生活更加轻松。本文档试图描述这些约定的部分细节;更多信息 也可在以下文档中找到 -:ref:`Documentation/translations/zh_CN/process/submitting-patches.rst <cn_submittingpatches>`, -:ref:`Documentation/translations/zh_CN/process/submitting-drivers.rst <cn_submittingdrivers>` +:ref:`Documentation/translations/zh_CN/process/submitting-patches.rst <cn_submittingpatches>` 和 :ref:`Documentation/translations/zh_CN/process/submit-checklist.rst <cn_submitchecklist>`。 何时寄送 |