From cde9070d9970eef1f7ec2360586c802a16230ad8 Mon Sep 17 00:00:00 2001
From: hc <hc@nodka.com>
Date: Fri, 10 May 2024 07:43:50 +0000
Subject: [PATCH] rtl88x2CE_WiFi_linux driver
---
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