From 4586b6b8c23cb6c54844001f5bb61204a181934f Mon Sep 17 00:00:00 2001 From: Sean Morrissey Date: Wed, 9 Mar 2022 09:33:10 +0000 Subject: [PATCH] doc: fix telemetry example in cryptodev guide [ upstream commit 4ac7359b5c05f7712f8f85c2633e11388e68edd8 ] Blank line added to the final telemetry example for the cryptography device library as to fix the example rendering. Fixes: 1c559ee8469 ("cryptodev: add telemetry endpoint for capabilities") Signed-off-by: Sean Morrissey Acked-by: Ciara Power --- doc/guides/prog_guide/cryptodev_lib.rst | 1 + 1 file changed, 1 insertion(+) diff --git a/doc/guides/prog_guide/cryptodev_lib.rst b/doc/guides/prog_guide/cryptodev_lib.rst index 8766bc34a9..8e403cb949 100644 --- a/doc/guides/prog_guide/cryptodev_lib.rst +++ b/doc/guides/prog_guide/cryptodev_lib.rst @@ -1309,6 +1309,7 @@ are shown below. "enqueue_err_count": 0, "dequeue_err_count": 0}} #. Get the capabilities of a particular Crypto device:: + --> /cryptodev/caps,0 {"/cryptodev/caps": {"crypto_caps": [], "crypto_caps_n": }}