From mboxrd@z Thu Jan 1 00:00:00 1970 From: Billy O'Mahony Subject: [PATCH] cryptodev: Fix typo in qat.rst Date: Sat, 25 Nov 2017 22:11:16 +0000 Message-ID: <1511647876-19747-1-git-send-email-billy.o.mahony@intel.com> Cc: Billy O'Mahony To: declan.doherty@intel.com, dev@dpdk.org Return-path: Received: from mga04.intel.com (mga04.intel.com [192.55.52.120]) by dpdk.org (Postfix) with ESMTP id 9CCC12A6C for ; Sat, 25 Nov 2017 23:11:22 +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