All of lore.kernel.org
 help / color / mirror / Atom feed
From: Alex Shi <alex.shi@linux.alibaba.com>
To: linux-doc@vger.kernel.org, linux-kernel@vger.kernel.org,
	harryxiyou@gmail.com, corbet@lwn.net
Cc: Alex Shi <alex.shi@linux.alibaba.com>,
	Li Yang <leoyang.li@nxp.com>, Li Zefan <lizefan@huawei.com>,
	Shawn Guo <shawn.guo@linaro.org>,
	Fengguang Wu <fengguang.wu@intel.com>, Coly Li <colyli@suse.de>
Subject: [PATCH v3 16/31] docs/zh_CN: format submitting drivers as rst
Date: Fri,  8 Mar 2019 11:09:03 +0800	[thread overview]
Message-ID: <20190308030918.22337-17-alex.shi@linux.alibaba.com> (raw)
In-Reply-To: <20190308030918.22337-1-alex.shi@linux.alibaba.com>

to Make it readble for html etc docs making.

Signed-off-by: Alex Shi <alex.shi@linux.alibaba.com>
Cc: Harry Wei <harryxiyou@gmail.com>
Cc: Jonathan Corbet <corbet@lwn.net>
Cc: Li Yang <leoyang.li@nxp.com>
Cc: Li Zefan <lizefan@huawei.com>
Cc: Shawn Guo <shawn.guo@linaro.org>
Cc: Fengguang Wu <fengguang.wu@intel.com>
Cc: Coly Li <colyli@suse.de>
---
 .../zh_CN/process/submitting-drivers.rst      | 30 +++++++------------
 1 file changed, 11 insertions(+), 19 deletions(-)

diff --git a/Documentation/translations/zh_CN/process/submitting-drivers.rst b/Documentation/translations/zh_CN/process/submitting-drivers.rst
index 15e73562f710..c90ab5ae233d 100644
--- a/Documentation/translations/zh_CN/process/submitting-drivers.rst
+++ b/Documentation/translations/zh_CN/process/submitting-drivers.rst
@@ -1,30 +1,22 @@
-Chinese translated version of Documentation/process/submitting-drivers.rst
+.. _cn_submittingdrivers:
 
-If you have any comment or update to the content, please contact the
-original document maintainer directly.  However, if you have a problem
-communicating in English you can also ask the Chinese maintainer for
-help.  Contact the Chinese maintainer if this translation is outdated
-or if there is a problem with the translation.
+.. include:: ../disclaimer-zh_CN.rst
 
-Chinese maintainer: Li Yang <leo@zh-kernel.org>
----------------------------------------------------------------------
-Documentation/process/submitting-drivers.rst 的中文翻译
+:Original: :ref:`Documentation/process/submitting-drivers.rst
+           <submittingdrivers>`
 
 如果想评论或更新本文的内容,请直接联系原文档的维护者。如果你使用英文
 交流有困难的话,也可以向中文版维护者求助。如果本翻译更新不及时或者翻
-译存在问题,请联系中文版维护者。
+译存在问题,请联系中文版维护者::
 
-中文版维护者: 李阳  Li Yang <leo@zh-kernel.org>
-中文版翻译者: 李阳  Li Yang <leo@zh-kernel.org>
-中文版校译者: 陈琦 Maggie Chen <chenqi@beyondsoft.com>
-               王聪 Wang Cong <xiyou.wangcong@gmail.com>
-               张巍 Zhang Wei <Wei.Zhang@freescale.com>
-
-以下为正文
----------------------------------------------------------------------
+        中文版维护者: 李阳  Li Yang <leo@zh-kernel.org>
+        中文版翻译者: 李阳  Li Yang <leo@zh-kernel.org>
+        中文版校译者: 陈琦 Maggie Chen <chenqi@beyondsoft.com>
+                       王聪 Wang Cong <xiyou.wangcong@gmail.com>
+                       张巍 Zhang Wei <Wei.Zhang@freescale.com>
 
 如何向 Linux 内核提交驱动程序
------------------------------
+=============================
 
 这篇文档将会解释如何向不同的内核源码树提交设备驱动程序。请注意,如果你感
 兴趣的是显卡驱动程序,你也许应该访问 XFree86 项目(http://www.xfree86.org/)
-- 
2.19.1.856.g8858448bb


  parent reply	other threads:[~2019-03-08  3:10 UTC|newest]

Thread overview: 21+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-03-08  3:08 [PATCH v3 00/31] clean up and reorg Chinese kernel docs Alex Shi
2019-03-08  3:08 ` [PATCH v3 01/31] docs/zh_CN: add disclaimer file Alex Shi
2019-03-08  3:08 ` [PATCH v3 02/31] docs/zh_CN: move process related docs into process dir Alex Shi
2019-03-08  3:08 ` [PATCH v3 03/31] docs/zh_CN: change Chinese index to know " Alex Shi
2019-03-08  3:08 ` [PATCH v3 04/31] docs/zh_CN: add index file into " Alex Shi
2019-03-08  3:08 ` [PATCH v3 05/31] docs/zh_CN: rename HOWTO into process directory Alex Shi
2019-03-08  3:08 ` [PATCH v3 06/31] docs/zh_CN: howto format changes Alex Shi
2019-03-08  3:08 ` [PATCH v3 07/31] docs/zh_CN: rename SubmittingPatches for html links Alex Shi
2019-03-08  3:08 ` [PATCH v3 08/31] docs/zh_CN: format the submitting-patches doc to rst Alex Shi
2019-03-08  3:08 ` [PATCH v3 09/31] docs/zh_CN: rename stable_kernel_rules doc Alex Shi
2019-03-08  3:08 ` [PATCH v3 10/31] docs/zh_CN: rst format change for stable-kernel-rules Alex Shi
2019-03-08  3:08 ` [PATCH v3 11/31] docs/zh_CN: rename email-clients.txt as email-clients.rst Alex Shi
2019-03-08  3:08 ` [PATCH v3 12/31] docs/zh_CN: do rst format for email-clients.rst Alex Shi
2019-03-08  3:09 ` [PATCH v3 13/31] docs/zh_CN: rename volatile-consider-harmful doc Alex Shi
2019-03-08  3:09 ` [PATCH v3 14/31] docs/zh_CN: volatile doc format changes Alex Shi
2019-03-08  3:09 ` [PATCH v3 15/31] docs/zh_CN: rename SubmittingDrivers Alex Shi
2019-03-08  3:09 ` Alex Shi [this message]
2019-03-08  3:09 ` [PATCH v3 17/31] docs/zh_CN: rename magic-numbers as rst doc Alex Shi
2019-03-08  3:09 ` [PATCH v3 18/31] docs/zh_CN: format the magic-number doc as rst Alex Shi
2019-03-11  2:12 ` [PATCH v3 00/31] clean up and reorg Chinese kernel docs Alex Shi
     [not found]   ` <CAD+1EGP01hsT_h+XDiyFqon9k4J0rvyYVwdbOQo7qXOmAOmL+g@mail.gmail.com>
     [not found]     ` <fb2090f4-5b80-c3f3-5cfa-1115dcd0e1ec@linux.alibaba.com>
2019-03-11 14:51       ` Jonathan Corbet

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20190308030918.22337-17-alex.shi@linux.alibaba.com \
    --to=alex.shi@linux.alibaba.com \
    --cc=colyli@suse.de \
    --cc=corbet@lwn.net \
    --cc=fengguang.wu@intel.com \
    --cc=harryxiyou@gmail.com \
    --cc=leoyang.li@nxp.com \
    --cc=linux-doc@vger.kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=lizefan@huawei.com \
    --cc=shawn.guo@linaro.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.