diff options
author | Tomasz Duszynski | 2019-02-25 21:23:26 +0100 |
---|---|---|
committer | Jonathan Corbet | 2019-03-04 12:51:17 -0700 |
commit | 8c56eebc0d01d8bd21784af080f86eed1caf8277 (patch) | |
tree | e693a5a7449462cd77f1177fecd93748e165fc26 /Documentation/driver-api/iio/hw-consumer.rst | |
parent | d2b008f134b787c067b987c61f949b7768bb8b27 (diff) |
docs: driver-api: iio: fix errors in documentation
Improve IIO documentation by fixing a few mistakes.
Signed-off-by: Tomasz Duszynski <tduszyns@gmail.com>
Acked-by: Jonathan Cameron <Jonathan.Cameron@huawei.com>
Signed-off-by: Jonathan Corbet <corbet@lwn.net>
Diffstat (limited to 'Documentation/driver-api/iio/hw-consumer.rst')
-rw-r--r-- | Documentation/driver-api/iio/hw-consumer.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/driver-api/iio/hw-consumer.rst b/Documentation/driver-api/iio/hw-consumer.rst index 8facce6a6733..e0fe0b98230e 100644 --- a/Documentation/driver-api/iio/hw-consumer.rst +++ b/Documentation/driver-api/iio/hw-consumer.rst @@ -1,7 +1,7 @@ =========== 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 |