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, leoyang.li@nxp.com
Cc: colyli@suse.de, fengguang.wu@intel.com, shawn.guo@linaro.org,
lizefan@huawei.com, Alex Shi <alex.shi@linux.alibaba.com>
Subject: [PATCH v2 02/27] docs/zh_CN: move process related docs into process dir
Date: Tue, 5 Mar 2019 14:57:49 +0800 [thread overview]
Message-ID: <20190305065815.157964-3-alex.shi@linux.alibaba.com> (raw)
In-Reply-To: <20190305065815.157964-1-alex.shi@linux.alibaba.com>
Much process documents spread here isn't neat. It's good to put them together
in their directory: process
So create 'process' directory and move docs:
email-clients stable_kernel_rules stable_api_nosense
submittingpatches submittingdrivers HOWTO
volatile-considered-harmful
there.
Signed-off-by: Alex Shi <alex.shi@linux.alibaba.com>
Cc: Li Zefan <lizefan@huawei.com>
Cc: Shawn Guo <shawn.guo@linaro.org>
Cc: Fengguang Wu <fengguang.wu@intel.com>
Cc: Harry Wei <harryxiyou@gmail.com>
Cc: Jonathan Corbet <corbet@lwn.net>
Cc: Coly Li <colyli@suse.de>
---
Documentation/translations/zh_CN/{ => process}/HOWTO | 0
Documentation/translations/zh_CN/{ => process}/SubmittingDrivers | 0
Documentation/translations/zh_CN/{ => process}/SubmittingPatches | 0
Documentation/translations/zh_CN/{ => process}/coding-style.rst | 0
Documentation/translations/zh_CN/{ => process}/email-clients.txt | 0
Documentation/translations/zh_CN/{ => process}/magic-number.txt | 0
.../translations/zh_CN/{ => process}/stable_api_nonsense.txt | 0
.../translations/zh_CN/{ => process}/stable_kernel_rules.txt | 0
.../zh_CN/{ => process}/volatile-considered-harmful.txt | 0
9 files changed, 0 insertions(+), 0 deletions(-)
rename Documentation/translations/zh_CN/{ => process}/HOWTO (100%)
rename Documentation/translations/zh_CN/{ => process}/SubmittingDrivers (100%)
rename Documentation/translations/zh_CN/{ => process}/SubmittingPatches (100%)
rename Documentation/translations/zh_CN/{ => process}/coding-style.rst (100%)
rename Documentation/translations/zh_CN/{ => process}/email-clients.txt (100%)
rename Documentation/translations/zh_CN/{ => process}/magic-number.txt (100%)
rename Documentation/translations/zh_CN/{ => process}/stable_api_nonsense.txt (100%)
rename Documentation/translations/zh_CN/{ => process}/stable_kernel_rules.txt (100%)
rename Documentation/translations/zh_CN/{ => process}/volatile-considered-harmful.txt (100%)
diff --git a/Documentation/translations/zh_CN/HOWTO b/Documentation/translations/zh_CN/process/HOWTO
similarity index 100%
rename from Documentation/translations/zh_CN/HOWTO
rename to Documentation/translations/zh_CN/process/HOWTO
diff --git a/Documentation/translations/zh_CN/SubmittingDrivers b/Documentation/translations/zh_CN/process/SubmittingDrivers
similarity index 100%
rename from Documentation/translations/zh_CN/SubmittingDrivers
rename to Documentation/translations/zh_CN/process/SubmittingDrivers
diff --git a/Documentation/translations/zh_CN/SubmittingPatches b/Documentation/translations/zh_CN/process/SubmittingPatches
similarity index 100%
rename from Documentation/translations/zh_CN/SubmittingPatches
rename to Documentation/translations/zh_CN/process/SubmittingPatches
diff --git a/Documentation/translations/zh_CN/coding-style.rst b/Documentation/translations/zh_CN/process/coding-style.rst
similarity index 100%
rename from Documentation/translations/zh_CN/coding-style.rst
rename to Documentation/translations/zh_CN/process/coding-style.rst
diff --git a/Documentation/translations/zh_CN/email-clients.txt b/Documentation/translations/zh_CN/process/email-clients.txt
similarity index 100%
rename from Documentation/translations/zh_CN/email-clients.txt
rename to Documentation/translations/zh_CN/process/email-clients.txt
diff --git a/Documentation/translations/zh_CN/magic-number.txt b/Documentation/translations/zh_CN/process/magic-number.txt
similarity index 100%
rename from Documentation/translations/zh_CN/magic-number.txt
rename to Documentation/translations/zh_CN/process/magic-number.txt
diff --git a/Documentation/translations/zh_CN/stable_api_nonsense.txt b/Documentation/translations/zh_CN/process/stable_api_nonsense.txt
similarity index 100%
rename from Documentation/translations/zh_CN/stable_api_nonsense.txt
rename to Documentation/translations/zh_CN/process/stable_api_nonsense.txt
diff --git a/Documentation/translations/zh_CN/stable_kernel_rules.txt b/Documentation/translations/zh_CN/process/stable_kernel_rules.txt
similarity index 100%
rename from Documentation/translations/zh_CN/stable_kernel_rules.txt
rename to Documentation/translations/zh_CN/process/stable_kernel_rules.txt
diff --git a/Documentation/translations/zh_CN/volatile-considered-harmful.txt b/Documentation/translations/zh_CN/process/volatile-considered-harmful.txt
similarity index 100%
rename from Documentation/translations/zh_CN/volatile-considered-harmful.txt
rename to Documentation/translations/zh_CN/process/volatile-considered-harmful.txt
--
2.19.1.856.g8858448bb
next prev parent reply other threads:[~2019-03-05 7:00 UTC|newest]
Thread overview: 29+ messages / expand[flat|nested] mbox.gz Atom feed top
2019-03-05 6:57 [PATCH v2 00/27] clean up Chinese kernel docs and format as rst Alex Shi
2019-03-05 6:57 ` [PATCH v2 01/27] docs/zh_CN: add disclaimer file Alex Shi
2019-03-05 6:57 ` Alex Shi [this message]
2019-03-05 6:57 ` [PATCH v2 03/27] docs/zh_CN: change Chinese index to know process dir Alex Shi
2019-03-05 6:57 ` [PATCH v2 04/27] docs/zh_CN: add index file into " Alex Shi
2019-03-05 6:57 ` [PATCH v2 05/27] docs/zh_CN: rename HOWTO into process directory Alex Shi
2019-03-05 6:57 ` [PATCH v2 06/27] docs/zh_CN: howto format changes Alex Shi
2019-03-05 6:57 ` [PATCH v2 07/27] docs/zh_CN: rename SubmittingPatches for html links Alex Shi
2019-03-05 6:57 ` [PATCH v2 08/27] docs/zh_CN: format the submitting-patches doc to rst Alex Shi
2019-03-05 6:57 ` [PATCH v2 09/27] docs/zh_CN: rename stable_kernel_rules doc Alex Shi
2019-03-05 6:57 ` [PATCH v2 10/27] docs/zh_CN: rst format change for stable-kernel-rules Alex Shi
2019-03-05 6:57 ` [PATCH v2 11/27] docs/zh_CN: rename email-clients.txt as email-clients.rst Alex Shi
2019-03-05 6:57 ` [PATCH v2 12/27] docs/zh_CN: do rst format for email-clients.rst Alex Shi
2019-03-05 6:58 ` [PATCH v2 13/27] docs/zh_CN: rename volatile-consider-harmful doc Alex Shi
2019-03-05 6:58 ` [PATCH v2 14/27] docs/zh_CN: volatile doc format changes Alex Shi
2019-03-05 6:58 ` [PATCH v2 15/27] docs/zh_CN: rename SubmittingDrivers Alex Shi
2019-03-05 6:58 ` [PATCH v2 16/27] docs/zh_CN: format submitting drivers as rst Alex Shi
2019-03-05 6:58 ` [PATCH v2 17/27] docs/zh_CN: rename magic-numbers as rst doc Alex Shi
2019-03-05 6:58 ` [PATCH v2 18/27] docs/zh_CN: format the magic-number doc as rst Alex Shi
2019-03-05 6:58 ` [PATCH v2 19/27] docs/zh_CN: rename stable_api_nonsense.txt as stable-api-nonsense.rst Alex Shi
2019-03-05 6:58 ` [PATCH v2 20/27] docs/zh_CN: format stable-api-nonsense Alex Shi
2019-03-05 6:58 ` [PATCH v2 21/27] docs/zh_CN: update Li Yang's email address Alex Shi
2019-03-05 6:58 ` [PATCH v2 22/27] docs/zh_CN: update TripleX chung's " Alex Shi
2019-03-05 6:58 ` [PATCH v2 23/27] docs/zh_CN: fix rst format errors in howto.rst Alex Shi
2019-03-05 6:58 ` [PATCH v2 23/26] docs/zh_CN: fix rst format errro " Alex Shi
2019-03-05 6:58 ` [PATCH v2 24/27] docs/zh_CN: fix indent issue in stable-api-nonsense file Alex Shi
2019-03-05 6:58 ` [PATCH v2 25/27] docs/zh_CN: fix indent issue in submitting-drivers Alex Shi
2019-03-05 6:58 ` [PATCH v2 26/27] docs/zh_CN: fix rst format issue in submitting-patch Alex Shi
2019-03-05 6:58 ` [PATCH v2 27/27] docs/zh_CN: remove zh-kernel.org in MAINTAINERS Alex Shi
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=20190305065815.157964-3-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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox
all inboxes | Powered by JetHome®