From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga14.intel.com (mga14.intel.com [192.55.52.115]) by dpdk.org (Postfix) with ESMTP id 389D5239 for ; Mon, 27 Nov 2017 12:20:28 +0100 (CET) Received: from fmsmga005.fm.intel.com ([10.253.24.32]) by fmsmga103.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 27 Nov 2017 03:20:28 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.44,464,1505804400"; d="scan'208";a="180621456" Received: from irsmsx101.ger.corp.intel.com ([163.33.3.153]) by fmsmga005.fm.intel.com with ESMTP; 27 Nov 2017 03:20:27 -0800 Received: from irsmsx108.ger.corp.intel.com ([169.254.11.167]) by IRSMSX101.ger.corp.intel.com ([169.254.1.22]) with mapi id 14.03.0319.002; Mon, 27 Nov 2017 11:20:27 +0000 From: "De Lara Guarch, Pablo" To: "O Mahony, Billy" , "dev@dpdk.org" Thread-Topic: [PATCH] cryptodev: Fix typo in qat.rst Thread-Index: AQHTZ3DR6C+7QLpVs0mFC/hX0vF3FqMoE45g Date: Mon, 27 Nov 2017 11:20:26 +0000 Message-ID: References: <1511781216-2819-1-git-send-email-billy.o.mahony@intel.com> In-Reply-To: <1511781216-2819-1-git-send-email-billy.o.mahony@intel.com> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-titus-metadata-40: eyJDYXRlZ29yeUxhYmVscyI6IiIsIk1ldGFkYXRhIjp7Im5zIjoiaHR0cDpcL1wvd3d3LnRpdHVzLmNvbVwvbnNcL0ludGVsMyIsImlkIjoiMDM4MmNjMWUtZjE5Mi00MmRmLWJmYWEtNzUyYzMxMGJiMDZkIiwicHJvcHMiOlt7Im4iOiJDVFBDbGFzc2lmaWNhdGlvbiIsInZhbHMiOlt7InZhbHVlIjoiQ1RQX0lDIn1dfV19LCJTdWJqZWN0TGFiZWxzIjpbXSwiVE1DVmVyc2lvbiI6IjE2LjUuOS4zIiwiVHJ1c3RlZExhYmVsSGFzaCI6Im5CbHBcL1AydkJVT010Sm9pa0twa0ZsVUV1UlVcL08raU8rTFZjNXdhOXdFMD0ifQ== x-ctpclassification: CTP_IC dlp-product: dlpe-windows dlp-version: 11.0.0.116 dlp-reaction: no-action 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] cryptodev: Fix typo in qat.rst 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 Nov 2017 11:20:29 -0000 > -----Original Message----- > From: O Mahony, Billy > Sent: Monday, November 27, 2017 11:14 AM > To: De Lara Guarch, Pablo ; > dev@dpdk.org > Cc: O Mahony, Billy > Subject: [PATCH] cryptodev: Fix typo in qat.rst >=20 > Signed-off-by: Billy O'Mahony > --- > doc/guides/cryptodevs/qat.rst | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) >=20 > diff --git a/doc/guides/cryptodevs/qat.rst b/doc/guides/cryptodevs/qat.rs= t > index cb17b6b..c8ef378 100644 > --- a/doc/guides/cryptodevs/qat.rst > +++ b/doc/guides/cryptodevs/qat.rst > @@ -166,7 +166,7 @@ Next, you need to expose the Virtual Functions > (VFs) using the sysfs file system First find the BDFs (Bus-Device-Functi= on) of > the physical functions (PFs) of your device, e.g.:: >=20 > - lspci -d : 37c8 > + lspci -d:37c8 >=20 > You should see output similar to:: >=20 > -- > 2.7.4 Hi Billy, Since this is a patch for documentation, the title should start with "doc:"= , as "cryptodev: ..." suggests that the patch is fixing something in the libr= ary code. I will fix it for you, since the rest of the patch looks ok to me. Acked-by: Pablo de Lara