Received: by 2002:ac0:bc90:0:0:0:0:0 with SMTP id a16csp5300710img; Wed, 27 Mar 2019 06:07:40 -0700 (PDT) X-Google-Smtp-Source: APXvYqzo9sm9NCvDLKzIIjFXZxtEpmPDnXNIbQ06fvl1zw3nl6jSOzjtNKeZc2IW8j1krBfTqnzs X-Received: by 2002:a63:5149:: with SMTP id r9mr34382798pgl.142.1553692060464; Wed, 27 Mar 2019 06:07:40 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1553692060; cv=none; d=google.com; s=arc-20160816; b=POYIP6sgI+t7hVtrWW5aQHQ7iuMoGiUIcvW+o2U/GEW+2r/VSEJ2g09iZlTaoJHn7e aqGoTXg+nVsnAJNpcFM9eEFhooJxDkwmskMD7ruh3N7d/1FZFnykv3GcDsUso/AO3/RG gNU5nG204LqmmHh9trsnAREVXL9P7EfNi85RPRr/Hz1KLvxXdsdjM27NgAvqGtR5/1qf qr5jHr6Eapj2cIcFXYW7PpCfajacut4Xh909ZeEQVaglYsGrTLKTTBe3uqYMcsNwcf+3 olJiCSzRhAXU75+wGB9vB6IwggJdQmIgZEuYq9kmyPAGtcnC98JHIgtPOquuyKBWhQjO P0kA== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:content-transfer-encoding:mime-version :references:in-reply-to:message-id:date:subject:cc:to:from; bh=Z+WDQeDzQ04aM/rV6h0S8BQ2v7bUW5wADsoC/9VOnkM=; b=bKsHIl7nQGjXtz2akOxoH2+cfSbfKJRNPPaIoSEYtobyMGy20plWEMEXk5G2D/zbnq b1FPx+Lom19jdItuEMRuPVVti8GenERzAvrcTwS1320WGy69ZEUJsJ//xdZUbMTb4arz gbYQBeF8Ndy4eicxu3x1Xacl9NAIOvqTgaiuwXGI9xFRA9H1iGYNmHij2lDGYJgU3OJs cN/RgBBPuCOPPJ99ZiO7YrZAVGS5Y+DBU2W7qQAG4lVEzwtGQ7tqlWobNSA54oMEE1nX dDKhQZ1bCloZ4qR9VeDNSEmkplLlweZLa5o8rCoqbe2npOe7p/XqCh9GPHv7m8Gisw6T 6uxQ== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org; dmarc=fail (p=NONE sp=NONE dis=NONE) header.from=alibaba.com Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id 9si19899203plc.121.2019.03.27.06.07.24; Wed, 27 Mar 2019 06:07:40 -0700 (PDT) Received-SPF: pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) client-ip=209.132.180.67; Authentication-Results: mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org; dmarc=fail (p=NONE sp=NONE dis=NONE) header.from=alibaba.com Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1729858AbfC0NC0 (ORCPT + 99 others); Wed, 27 Mar 2019 09:02:26 -0400 Received: from out30-45.freemail.mail.aliyun.com ([115.124.30.45]:49517 "EHLO out30-45.freemail.mail.aliyun.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1729546AbfC0NCY (ORCPT ); Wed, 27 Mar 2019 09:02:24 -0400 X-Alimail-AntiSpam: AC=PASS;BC=-1|-1;BR=01201311R161e4;CH=green;DM=||false|;FP=0|-1|-1|-1|0|-1|-1|-1;HT=e01f04391;MF=alex.shi@linux.alibaba.com;NM=1;PH=DS;RN=6;SR=0;TI=SMTPD_---0TNmpMWv_1553691740; Received: from localhost(mailfrom:alex.shi@linux.alibaba.com fp:SMTPD_---0TNmpMWv_1553691740) by smtp.aliyun-inc.com(127.0.0.1); Wed, 27 Mar 2019 21:02:21 +0800 From: Alex Shi To: alex.shi@linux.alibaba.com, harryxiyou@gmail.com, corbet@lwn.net, leoyang.li@nxp.com, linux-doc@vger.kernel.org Cc: linux-kernel@vger.kernel.org Subject: [PATCH 11/42] docs/zh_CN: add disclaimer and translator info in 4.Coding Date: Wed, 27 Mar 2019 21:01:17 +0800 Message-Id: <20190327130148.3258-12-alex.shi@linux.alibaba.com> X-Mailer: git-send-email 2.19.1.856.g8858448bb In-Reply-To: <20190327130148.3258-1-alex.shi@linux.alibaba.com> References: <20190327130148.3258-1-alex.shi@linux.alibaba.com> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org To let people know where to complain. Signed-off-by: Alex Shi Cc: Harry Wei Cc: Jonathan Corbet Cc: linux-doc@vger.kernel.org Cc: linux-kernel@vger.kernel.org --- Documentation/translations/zh_CN/process/4.Coding.rst | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/Documentation/translations/zh_CN/process/4.Coding.rst b/Documentation/translations/zh_CN/process/4.Coding.rst index 6fcbfec5c040..c675015ffe12 100644 --- a/Documentation/translations/zh_CN/process/4.Coding.rst +++ b/Documentation/translations/zh_CN/process/4.Coding.rst @@ -1,3 +1,8 @@ +.. include:: ../disclaimer-zh_CN.rst + +:Original: :ref:`Documentation/process/4.Coding.rst ` +:Translator: Alex Shi + .. _cn_development_coding: 使代码正确 -- 2.19.1.856.g8858448bb