diff options
author | Alex Shi <alexs@kernel.org> | 2022-07-14 08:40:13 +0300 |
---|---|---|
committer | Jonathan Corbet <corbet@lwn.net> | 2022-07-15 00:06:00 +0300 |
commit | 0582591cc454e48b027d23c84bc768198d6a82e4 (patch) | |
tree | b3621c2834f71dc672a9934e1e5f98a46c5d9a93 /Documentation/translations/zh_CN/process/8.Conclusion.rst | |
parent | 374e4e6f7c77bf742e5383e787cc302d655e6016 (diff) | |
download | linux-0582591cc454e48b027d23c84bc768198d6a82e4.tar.xz |
doc/zh_CN: remove submitting-driver reference from docs
The doc is removed, so related reference should be removed too.
Signed-off-by: Alex Shi <alexs@kernel.org>
Cc: Yanteng Si <siyanteng@loongson.cn>
Cc: Hu Haowen <src.res@email.cn>
Link: https://lore.kernel.org/r/20220714054013.214031-1-alexs@kernel.org
Signed-off-by: Jonathan Corbet <corbet@lwn.net>
Diffstat (limited to 'Documentation/translations/zh_CN/process/8.Conclusion.rst')
-rw-r--r-- | Documentation/translations/zh_CN/process/8.Conclusion.rst | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Documentation/translations/zh_CN/process/8.Conclusion.rst b/Documentation/translations/zh_CN/process/8.Conclusion.rst index 4707f0101964..643b88af97bb 100644 --- a/Documentation/translations/zh_CN/process/8.Conclusion.rst +++ b/Documentation/translations/zh_CN/process/8.Conclusion.rst @@ -19,7 +19,6 @@ :ref:`Documentation/translations/zh_CN/process/howto.rst <cn_process_howto>` 文件是一个重要的起点; :ref:`Documentation/translations/zh_CN/process/submitting-patches.rst <cn_submittingpatches>` -和 :ref:`Documentation/translations/zh_CN/process/submitting-drivers.rst <cn_submittingdrivers>` 也是所有内核开发人员都应该阅读的内容。许多内部内核API都是使用kerneldoc机制 记录的;“make htmldocs”或“make pdfdocs”可用于以HTML或PDF格式生成这些文档 (尽管某些发行版提供的tex版本会遇到内部限制,无法正确处理文档)。 |