From mboxrd@z Thu Jan 1 00:00:00 1970 From: Billy O'Mahony Subject: [PATCH] cryptodev: Fix typo in qat.rst Date: Mon, 27 Nov 2017 11:13:36 +0000 Message-ID: <1511781216-2819-1-git-send-email-billy.o.mahony@intel.com> Cc: Billy O'Mahony To: pablo.de.lara.guarch@intel.com, dev@dpdk.org Return-path: Received: from mga14.intel.com (mga14.intel.com [192.55.52.115]) by dpdk.org (Postfix) with ESMTP id D51D7201 for ; Mon, 27 Nov 2017 12:13:41 +0100 (CET) List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" Signed-off-by: Billy O'Mahony --- doc/guides/cryptodevs/qat.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/guides/cryptodevs/qat.rst b/doc/guides/cryptodevs/qat.rst 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-Function) of the physical functions (PFs) of your device, e.g.:: - lspci -d : 37c8 + lspci -d:37c8 You should see output similar to:: -- 2.7.4