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.7 required=3.0 tests=HEADER_FROM_DIFFERENT_DOMAINS, INCLUDES_PATCH,MAILING_LIST_MULTI,SIGNED_OFF_BY,SPF_HELO_NONE,SPF_PASS, UNPARSEABLE_RELAY,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 77324C43603 for ; Wed, 18 Dec 2019 09:11:00 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 542FE21D7D for ; Wed, 18 Dec 2019 09:11:00 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726791AbfLRJK6 (ORCPT ); Wed, 18 Dec 2019 04:10:58 -0500 Received: from out4436.biz.mail.alibaba.com ([47.88.44.36]:23457 "EHLO out4436.biz.mail.alibaba.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1725828AbfLRJKz (ORCPT ); Wed, 18 Dec 2019 04:10:55 -0500 X-Alimail-AntiSpam: AC=PASS;BC=-1|-1;BR=01201311R141e4;CH=green;DM=||false|;DS=||;FP=0|-1|-1|-1|0|-1|-1|-1;HT=e01e04420;MF=alex.shi@linux.alibaba.com;NM=1;PH=DS;RN=13;SR=0;TI=SMTPD_---0TlGXTb8_1576660251; Received: from localhost(mailfrom:alex.shi@linux.alibaba.com fp:SMTPD_---0TlGXTb8_1576660251) by smtp.aliyun-inc.com(127.0.0.1); Wed, 18 Dec 2019 17:10:51 +0800 From: Alex Shi Cc: Alex Shi , Jonathan Corbet , Harry Wei , Greg Kroah-Hartman , Sasha Levin , Dave Hansen , Thomas Gleixner , Ben Hutchings , Tom Lendacky , Tony Luck , Kees Cook , linux-doc@vger.kernel.org, linux-kernel@vger.kernel.org Subject: [PATCH v2 4/4] docs: add a link stub for embargoed hardware issue Date: Wed, 18 Dec 2019 17:10:43 +0800 Message-Id: <1576660243-84140-4-git-send-email-alex.shi@linux.alibaba.com> X-Mailer: git-send-email 1.8.3.1 In-Reply-To: <1576660243-84140-1-git-send-email-alex.shi@linux.alibaba.com> References: <1576660243-84140-1-git-send-email-alex.shi@linux.alibaba.com> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit To: unlisted-recipients:; (no To-header on input) Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Add a link stub for translation reference Signed-off-by: Alex Shi Cc: Jonathan Corbet Cc: Harry Wei Cc: Greg Kroah-Hartman Cc: Sasha Levin Cc: Dave Hansen Cc: Thomas Gleixner Cc: Ben Hutchings Cc: Tom Lendacky Cc: Tony Luck Cc: Kees Cook Cc: linux-doc@vger.kernel.org Cc: linux-kernel@vger.kernel.org --- Documentation/process/embargoed-hardware-issues.rst | 2 ++ Documentation/translations/zh_CN/process/embargoed-hardware-issues.rst | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/Documentation/process/embargoed-hardware-issues.rst b/Documentation/process/embargoed-hardware-issues.rst index 799580acc8de..2a62aa41d38f 100644 --- a/Documentation/process/embargoed-hardware-issues.rst +++ b/Documentation/process/embargoed-hardware-issues.rst @@ -1,3 +1,5 @@ +.. _embargoed_hardware_issues: + Embargoed hardware issues ========================= diff --git a/Documentation/translations/zh_CN/process/embargoed-hardware-issues.rst b/Documentation/translations/zh_CN/process/embargoed-hardware-issues.rst index a0b956946ebf..b93f1af68261 100644 --- a/Documentation/translations/zh_CN/process/embargoed-hardware-issues.rst +++ b/Documentation/translations/zh_CN/process/embargoed-hardware-issues.rst @@ -1,6 +1,6 @@ .. include:: ../disclaimer-zh_CN.rst -:Original: :ref:`Documentation/process/embargoed-hardware-issues.rst` +:Original: :ref:`Documentation/process/embargoed-hardware-issues.rst ` :Translator: Alex Shi 被限制的硬件问题 -- 1.8.3.1