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

Angelo Dureghello posted 1 patch 8 months, 1 week ago
Documentation/iio/ad3552r.rst | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
[PATCH] docs: iio: ad3552r: fix malformed table
Posted by Angelo Dureghello 8 months, 1 week ago
From: Angelo Dureghello <adureghello@baylibre.com>

Fix malformed table.

Fixes: 9a259b51e3ea ("docs: iio: add documentation for ad3552r driver")
Signed-off-by: Angelo Dureghello <adureghello@baylibre.com>
---
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..f5d59e4e86c7ec8338f3f4e82d7a07587e3d8404 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,
-- 
Angelo Dureghello <adureghello@baylibre.com>
Re: [PATCH] docs: iio: ad3552r: fix malformed table
Posted by Nuno Sá 8 months, 1 week ago
On Tue, 2025-04-15 at 09:44 +0200, Angelo Dureghello wrote:
> From: Angelo Dureghello <adureghello@baylibre.com>
> 
> Fix malformed table.
> 
> Fixes: 9a259b51e3ea ("docs: iio: add documentation for ad3552r driver")
> Signed-off-by: Angelo Dureghello <adureghello@baylibre.com>
> ---

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

> 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,
Re: [PATCH] docs: iio: ad3552r: fix malformed table
Posted by Jonathan Cameron 8 months ago
On Tue, 15 Apr 2025 10:08:09 +0100
Nuno Sá <noname.nuno@gmail.com> wrote:

> On Tue, 2025-04-15 at 09:44 +0200, Angelo Dureghello wrote:
> > From: Angelo Dureghello <adureghello@baylibre.com>
> > 
> > Fix malformed table.
> > 
> > Fixes: 9a259b51e3ea ("docs: iio: add documentation for ad3552r driver")
> > Signed-off-by: Angelo Dureghello <adureghello@baylibre.com>
> > ---  
> 
> Reviewed-by: Nuno Sá <nuno.sa@analog.com>
I forgot to say I applied this a while back. Just noticed status was wrong in
patchwork!

Jonathan

> 
> > 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,