From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-9.0 required=3.0 tests=HEADER_FROM_DIFFERENT_DOMAINS, INCLUDES_PATCH,MAILING_LIST_MULTI,SIGNED_OFF_BY,SPF_PASS,UNPARSEABLE_RELAY, URIBL_BLOCKED,USER_AGENT_GIT autolearn=ham autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 05C3EC43381 for ; Fri, 8 Mar 2019 03:10:15 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id D3A0620851 for ; Fri, 8 Mar 2019 03:10:14 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726505AbfCHDKN (ORCPT ); Thu, 7 Mar 2019 22:10:13 -0500 Received: from out30-133.freemail.mail.aliyun.com ([115.124.30.133]:40503 "EHLO out30-133.freemail.mail.aliyun.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726261AbfCHDKL (ORCPT ); Thu, 7 Mar 2019 22:10:11 -0500 X-Alimail-AntiSpam: AC=PASS;BC=-1|-1;BR=01201311R111e4;CH=green;DM=||false|;FP=0|-1|-1|-1|0|-1|-1|-1;HT=e01e01424;MF=alex.shi@linux.alibaba.com;NM=1;PH=DS;RN=9;SR=0;TI=SMTPD_---0TMDl6ud_1552014606; Received: from localhost(mailfrom:alex.shi@linux.alibaba.com fp:SMTPD_---0TMDl6ud_1552014606) by smtp.aliyun-inc.com(127.0.0.1); Fri, 08 Mar 2019 11:10:06 +0800 From: Alex Shi To: linux-doc@vger.kernel.org, linux-kernel@vger.kernel.org, harryxiyou@gmail.com, corbet@lwn.net Cc: Alex Shi , Li Zefan , Shawn Guo , Fengguang Wu , Coly Li Subject: [PATCH v3 02/31] docs/zh_CN: move process related docs into process dir Date: Fri, 8 Mar 2019 11:08:49 +0800 Message-Id: <20190308030918.22337-3-alex.shi@linux.alibaba.com> X-Mailer: git-send-email 2.19.1.856.g8858448bb In-Reply-To: <20190308030918.22337-1-alex.shi@linux.alibaba.com> References: <20190308030918.22337-1-alex.shi@linux.alibaba.com> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org 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 --- 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