From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga03.intel.com (mga03.intel.com [134.134.136.65]) by dpdk.org (Postfix) with ESMTP id 9004DFA87 for ; Mon, 27 Mar 2017 12:16:14 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=intel.com; i=@intel.com; q=dns/txt; s=intel; t=1490609774; x=1522145774; h=from:to:cc:subject:date:message-id:references: in-reply-to:content-transfer-encoding:mime-version; bh=dnqDEm8BacqHpnb/vfhSgqHkGsA+WJzN/oxlmZniuQU=; b=vcGB1F00Wl1lap46LmeTk0c3Cnwvhp7qfzHAfAlo8BNG+OSHLfoXqNCP DfVlRkT0f1gEKwbnMRXrLf9jCGbUDw==; Received: from fmsmga003.fm.intel.com ([10.253.24.29]) by orsmga103.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 27 Mar 2017 03:16:13 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.36,231,1486454400"; d="scan'208";a="838845539" Received: from irsmsx153.ger.corp.intel.com ([163.33.192.75]) by FMSMGA003.fm.intel.com with ESMTP; 27 Mar 2017 03:16:12 -0700 Received: from irsmsx103.ger.corp.intel.com ([169.254.3.241]) by IRSMSX153.ger.corp.intel.com ([163.33.192.75]) with mapi id 14.03.0319.002; Mon, 27 Mar 2017 11:16:11 +0100 From: "Mcnamara, John" To: Shreyansh Jain , "Yigit, Ferruh" CC: "hemant.agrawal@nxp.com" , "dev@dpdk.org" Thread-Topic: [PATCH] doc: fix DPAA2 guide build warning Thread-Index: AQHSpt96RkzFkBvJ106toeGXagNoQqGod+Gw Date: Mon, 27 Mar 2017 10:16:10 +0000 Message-ID: References: <1490608518-27315-1-git-send-email-shreyansh.jain@nxp.com> In-Reply-To: <1490608518-27315-1-git-send-email-shreyansh.jain@nxp.com> Accept-Language: en-GB, en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-ctpclassification: CTP_IC x-titus-metadata-40: eyJDYXRlZ29yeUxhYmVscyI6IiIsIk1ldGFkYXRhIjp7Im5zIjoiaHR0cDpcL1wvd3d3LnRpdHVzLmNvbVwvbnNcL0ludGVsMyIsImlkIjoiODNmMWEzYzktNjIwMC00YzM3LWI1NmEtODcyMmU0ZDk0M2EzIiwicHJvcHMiOlt7Im4iOiJDVFBDbGFzc2lmaWNhdGlvbiIsInZhbHMiOlt7InZhbHVlIjoiQ1RQX0lDIn1dfV19LCJTdWJqZWN0TGFiZWxzIjpbXSwiVE1DVmVyc2lvbiI6IjE1LjkuNi42IiwiVHJ1c3RlZExhYmVsSGFzaCI6InNFZU9cL20ydkhtNTcyTnVzc1VLakYzbzlFM1hqSkU2TkdqOGNQWTVKdmtjPSJ9 x-originating-ip: [163.33.239.180] Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Subject: Re: [dpdk-dev] [PATCH] doc: fix DPAA2 guide build warning X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 27 Mar 2017 10:16:15 -0000 > -----Original Message----- > From: Shreyansh Jain [mailto:shreyansh.jain@nxp.com] > Sent: Monday, March 27, 2017 10:55 AM > To: Yigit, Ferruh > Cc: hemant.agrawal@nxp.com; dev@dpdk.org; Mcnamara, John > ; Shreyansh Jain > Subject: [PATCH] doc: fix DPAA2 guide build warning >=20 > Fixes: 17a4c3c16f5c ("doc: add DPAA2 NIC details") >=20 > Signed-off-by: Shreyansh Jain > --- > doc/guides/nics/dpaa2.rst | 3 +-- > 1 file changed, 1 insertion(+), 2 deletions(-) >=20 > diff --git a/doc/guides/nics/dpaa2.rst b/doc/guides/nics/dpaa2.rst index > 7d7a6c5..46225b6 100644 > --- a/doc/guides/nics/dpaa2.rst > +++ b/doc/guides/nics/dpaa2.rst > @@ -441,8 +441,7 @@ compatible board: >=20 > 1. **ARM 64 Tool Chain** >=20 > - For example, the *aarch64* Linaro Toolchain, which can be obtained > from > - `here 2017.01/aarch64-linux-gnu>`_. > + For example, the `*aarch64* Linaro Toolchain > 2017.01/aarch64-linux-gnu>`_. >=20 What is the build warning? Also, the existing version with the `here `_ format is better since it doesn't put a long url into the text. Probably it is better to fix that if it that is the issue.