diff options
| author | Alex Shi <[email protected]> | 2019-04-01 22:45:03 +0800 |
|---|---|---|
| committer | Jonathan Corbet <[email protected]> | 2019-04-02 09:53:57 -0600 |
| commit | efd298e4afddbb52228ca5c1633e53c984cc785b (patch) | |
| tree | 42b7173e06a8c4a6e3f22f2a56b0fb5d74eca1a1 | |
| parent | f5acf9397b5d89de170ec738bc59fadee615a220 (diff) | |
docs/zh_CN: update coding-sytle.rst
Replace the disclaimer part and give the link name of this file:
cn_codingsytle.
Signed-off-by: Alex Shi <[email protected]>
Cc: Harry Wei <[email protected]>
Cc: Jonathan Corbet <[email protected]>
Cc: Bart Van Assche <[email protected]>
Cc: [email protected]
Cc: [email protected]
Signed-off-by: Jonathan Corbet <[email protected]>
| -rw-r--r-- | Documentation/translations/zh_CN/process/coding-style.rst | 21 |
1 files changed, 4 insertions, 17 deletions
diff --git a/Documentation/translations/zh_CN/process/coding-style.rst b/Documentation/translations/zh_CN/process/coding-style.rst index 3cb09803e084..cab9ceafa267 100644 --- a/Documentation/translations/zh_CN/process/coding-style.rst +++ b/Documentation/translations/zh_CN/process/coding-style.rst @@ -1,19 +1,10 @@ -Chinese translated version of Documentation/process/coding-style.rst +.. include:: ../disclaimer-zh_CN.rst -If you have any comment or update to the content, please post to LKML directly. -However, if you have problem communicating in English you can also ask the -Chinese maintainer for help. Contact the Chinese maintainer, if this -translation is outdated or there is problem with translation. +:Original: :ref:`Documentation/process/coding-style.rst <codingsytle>` -Chinese maintainer: Zhang Le <[email protected]> +.. _cn_codingstyle: ---------------------------------------------------------------------- - -Documentation/process/coding-style.rst 的中文翻译 - -如果想评论或更新本文的内容,请直接发信到LKML。如果你使用英文交流有困难的话, -也可以向中文版维护者求助。如果本翻译更新不及时或者翻译存在问题,请联系中文版 -维护者:: +译者:: 中文版维护者: 张乐 Zhang Le <[email protected]> 中文版翻译者: 张乐 Zhang Le <[email protected]> @@ -23,10 +14,6 @@ Documentation/process/coding-style.rst 的中文翻译 Li Zefan <[email protected]> Wang Chen <[email protected]> -以下为正文 - ---------------------------------------------------------------------- - Linux 内核代码风格 ========================= |