Re: [PATCH] docs: iio: ad3552r: fix malformed table

From: Nuno Sá
Date: Tue Apr 15 2025 - 05:08:21 EST


On Tue, 2025-04-15 at 09:44 +0200, Angelo Dureghello wrote:
> From: Angelo Dureghello <adureghello@xxxxxxxxxxxx>
>
> Fix malformed table.
>
> Fixes: 9a259b51e3ea ("docs: iio: add documentation for ad3552r driver")
> Signed-off-by: Angelo Dureghello <adureghello@xxxxxxxxxxxx>
> ---

Reviewed-by: Nuno Sá <nuno.sa@xxxxxxxxxx>

> Fix malformed table.
> ---
>  Documentation/iio/ad3552r.rst | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/Documentation/iio/ad3552r.rst b/Documentation/iio/ad3552r.rst
> index
> 582507abe8c4c2ecb51a1f8389d7deec44d20222..f5d59e4e86c7ec8338f3f4e82d7a07587e3d
> 8404 100644
> --- a/Documentation/iio/ad3552r.rst
> +++ b/Documentation/iio/ad3552r.rst
> @@ -56,7 +56,7 @@ specific debugfs path ``/sys/kernel/debug/iio/iio:deviceX``.
>  | Debugfs device files  |
> Description                                          |
>  +-----------------------+----------------------------------------------------
> --+
>  | data_source           | The used data source,
> as                             |
> -|                       | ``normal``, ``ramp-16bit``,
> etc.                        |
> +|                       | ``normal``, ``ramp-16bit``,
> etc.                     |
>  +-----------------------+----------------------------------------------------
> --+
>  | data_source_available | The available data
> sources.                          |
>  +-----------------------+----------------------------------------------------
> --+
>
> ---
> base-commit: 31c52fe3b2efeebfc72cc5336653baaa9889b41e
> change-id: 20250415-wip-bl-ad3552r-fix-doc-table-589293c9b860
>
> Best regards,