From 0b9c738f9c4dc27d8ddda15a80360150fb5a1c33 Mon Sep 17 00:00:00 2001 From: Angelo Dureghello Date: Tue, 15 Apr 2025 09:44:12 +0200 Subject: [PATCH] docs: iio: ad3552r: fix malformed table MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Fix malformed table. Fixes: ede84c455659 ("docs: iio: add documentation for ad3552r driver") Signed-off-by: Angelo Dureghello Reviewed-by: Nuno Sá Link: https://patch.msgid.link/20250415-wip-bl-ad3552r-fix-doc-table-v1-1-717ffd320c9d@baylibre.com Signed-off-by: Jonathan Cameron --- 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 582507abe8c4c..f5d59e4e86c7e 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. | +-----------------------+------------------------------------------------------+ -- 2.50.1