diff options
| author | Jorge Marques <jorge.marques@analog.com> | 2025-08-18 16:44:23 +0200 |
|---|---|---|
| committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2025-10-15 12:03:43 +0200 |
| commit | 6d32a730e9ab7a2f8200cb6e78cb45e452a8823c (patch) | |
| tree | d9ed72088880c3c4b56b02f5e3b8033fc9b246ec /Documentation | |
| parent | 9b8b9716cd554d35fa8dac9982b7cbcaed44afcd (diff) | |
| download | linux-6d32a730e9ab7a2f8200cb6e78cb45e452a8823c.tar.gz linux-6d32a730e9ab7a2f8200cb6e78cb45e452a8823c.tar.bz2 linux-6d32a730e9ab7a2f8200cb6e78cb45e452a8823c.zip | |
docs: iio: ad3552r: Fix malformed code-block directive
[ Upstream commit 788c57f4766bd5802af9918ea350053a91488c60 ]
Missing required double dot and line break.
Fixes: ede84c455659 ("docs: iio: add documentation for ad3552r driver")
Signed-off-by: Jorge Marques <jorge.marques@analog.com>
Reviewed-by: David Lechner <dlechner@baylibre.com>
Link: https://patch.msgid.link/20250818-docs-ad3552r-code-block-fix-v1-1-4430cbc26676@analog.com
Signed-off-by: Jonathan Cameron <Jonathan.Cameron@huawei.com>
Signed-off-by: Sasha Levin <sashal@kernel.org>
Diffstat (limited to 'Documentation')
| -rw-r--r-- | Documentation/iio/ad3552r.rst | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Documentation/iio/ad3552r.rst b/Documentation/iio/ad3552r.rst index f5d59e4e86c7..4274e35f503d 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 |
