From e636c8d336489bf3eed5878299e6cc045bbad077 Mon Sep 17 00:00:00 2001
From: hc <hc@nodka.com>
Date: Tue, 20 Feb 2024 01:17:29 +0000
Subject: [PATCH] debug lk
---
kernel/Documentation/driver-api/iio/hw-consumer.rst | 5 ++---
1 files changed, 2 insertions(+), 3 deletions(-)
diff --git a/kernel/Documentation/driver-api/iio/hw-consumer.rst b/kernel/Documentation/driver-api/iio/hw-consumer.rst
index 8facce6..76133a3 100644
--- a/kernel/Documentation/driver-api/iio/hw-consumer.rst
+++ b/kernel/Documentation/driver-api/iio/hw-consumer.rst
@@ -1,14 +1,14 @@
===========
HW consumer
===========
-An IIO device can be directly connected to another device in hardware. in this
+An IIO device can be directly connected to another device in hardware. In this
case the buffers between IIO provider and IIO consumer are handled by hardware.
The Industrial I/O HW consumer offers a way to bond these IIO devices without
software buffer for data. The implementation can be found under
:file:`drivers/iio/buffer/hw-consumer.c`
-* struct :c:type:`iio_hw_consumer` — Hardware consumer structure
+* struct iio_hw_consumer — Hardware consumer structure
* :c:func:`iio_hw_consumer_alloc` — Allocate IIO hardware consumer
* :c:func:`iio_hw_consumer_free` — Free IIO hardware consumer
* :c:func:`iio_hw_consumer_enable` — Enable IIO hardware consumer
@@ -45,7 +45,6 @@
More details
============
-.. kernel-doc:: include/linux/iio/hw-consumer.h
.. kernel-doc:: drivers/iio/buffer/industrialio-hw-consumer.c
:export:
--
Gitblit v1.6.2