From 5e16385c1ee6060ca44aee94a11c6531a8cb6dc9 Mon Sep 17 00:00:00 2001 From: Billy O'Mahony Date: Mon, 27 Nov 2017 11:13:36 +0000 Subject: [PATCH] doc: fix typo in QAT quide Fixes: 1703e94ac5ce ("qat: add driver for QuickAssist devices") Cc: stable@dpdk.org Signed-off-by: Billy O'Mahony Acked-by: Fiona Trahe Acked-by: Pablo de Lara --- 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 581cd2f702..210761417a 100644 --- a/doc/guides/cryptodevs/qat.rst +++ b/doc/guides/cryptodevs/qat.rst @@ -167,7 +167,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.20.1