From: Alex Shi Date: Wed, 13 Mar 2019 13:49:32 +0000 (+0800) Subject: docs/zh_CN: move process related docs into process dir X-Git-Tag: v5.2-rc1~123^2~138 X-Git-Url: https://www.infradead.org/git/?a=commitdiff_plain;h=aa3b3690504d8dde55539b406a3fbbdc3fe228d2;p=linux.git docs/zh_CN: move process related docs into process dir 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 Cc: Li Zefan Cc: Shawn Guo Cc: Fengguang Wu Cc: Harry Wei Cc: Jonathan Corbet Cc: Coly Li Signed-off-by: Weiwei Jia Signed-off-by: Jonathan Corbet --- 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