[PATCH] docs: iio: ad3552r: Fix malformed code-block directive

Jorge Marques posted 1 patch 1 month, 2 weeks ago
Documentation/iio/ad3552r.rst | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
[PATCH] docs: iio: ad3552r: Fix malformed code-block directive
Posted by Jorge Marques 1 month, 2 weeks ago
Missing required double dot and line break.

Signed-off-by: Jorge Marques <jorge.marques@analog.com>
---
To resolve the code-block directive syntax not being parsed.
---
 Documentation/iio/ad3552r.rst | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/Documentation/iio/ad3552r.rst b/Documentation/iio/ad3552r.rst
index f5d59e4e86c7ec8338f3f4e82d7a07587e3d8404..4274e35f503d9f7d8a5427a72d761d6549f4c683 100644
--- a/Documentation/iio/ad3552r.rst
+++ b/Documentation/iio/ad3552r.rst
@@ -64,7 +64,8 @@ specific debugfs path ``/sys/kernel/debug/iio/iio:deviceX``.
 Usage examples
 --------------
 
-. code-block:: bash
+.. code-block:: bash
+
 	root:/sys/bus/iio/devices/iio:device0# cat data_source
 	normal
 	root:/sys/bus/iio/devices/iio:device0# echo -n ramp-16bit > data_source

---
base-commit: 35e3d0cd8e89d811b915593cbd8d9891d21d4a1a
change-id: 20250818-docs-ad3552r-code-block-fix-6f680d124e5c

Best regards,
-- 
Jorge Marques <jorge.marques@analog.com>
Re: [PATCH] docs: iio: ad3552r: Fix malformed code-block directive
Posted by David Lechner 1 month, 2 weeks ago
On 8/18/25 9:44 AM, Jorge Marques wrote:
> Missing required double dot and line break.
> 
> Signed-off-by: Jorge Marques <jorge.marques@analog.com>
> ---

Reviewed-by: David Lechner <dlechner@baylibre.com>
Re: [PATCH] docs: iio: ad3552r: Fix malformed code-block directive
Posted by Jonathan Cameron 1 month, 2 weeks ago
On Mon, 18 Aug 2025 10:16:56 -0500
David Lechner <dlechner@baylibre.com> wrote:

> On 8/18/25 9:44 AM, Jorge Marques wrote:
> > Missing required double dot and line break.
> > 
> > Signed-off-by: Jorge Marques <jorge.marques@analog.com>
> > ---  
> 
> Reviewed-by: David Lechner <dlechner@baylibre.com>
> 

Hmm. This doesn't feel like something that needs a rapid backport
but the generated html is rather ugly without it so I've given
it a fixes tag. 

Fixes: ede84c455659 ("docs: iio: add documentation for ad3552r driver")

Applied to the togreg branch of iio.git.

Thanks,

Jonathan