diff options
author | Tomasz Duszynski <tduszyns@gmail.com> | 2019-02-25 23:23:26 +0300 |
---|---|---|
committer | Jonathan Corbet <corbet@lwn.net> | 2019-03-04 22:51:17 +0300 |
commit | 8c56eebc0d01d8bd21784af080f86eed1caf8277 (patch) | |
tree | e693a5a7449462cd77f1177fecd93748e165fc26 /Documentation/driver-api/iio/core.rst | |
parent | d2b008f134b787c067b987c61f949b7768bb8b27 (diff) | |
download | linux-8c56eebc0d01d8bd21784af080f86eed1caf8277.tar.xz |
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/core.rst')
-rw-r--r-- | Documentation/driver-api/iio/core.rst | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/Documentation/driver-api/iio/core.rst b/Documentation/driver-api/iio/core.rst index 9a34ae03b679..b0bc0c028cc5 100644 --- a/Documentation/driver-api/iio/core.rst +++ b/Documentation/driver-api/iio/core.rst @@ -2,8 +2,8 @@ Core elements ============= -The Industrial I/O core offers a unified framework for writing drivers for -many different types of embedded sensors. a standard interface to user space +The Industrial I/O core offers both a unified framework for writing drivers for +many different types of embedded sensors and a standard interface to user space applications manipulating sensors. The implementation can be found under :file:`drivers/iio/industrialio-*` @@ -11,7 +11,7 @@ Industrial I/O Devices ---------------------- * struct :c:type:`iio_dev` - industrial I/O device -* :c:func:`iio_device_alloc()` - alocate an :c:type:`iio_dev` from a driver +* :c:func:`iio_device_alloc()` - allocate an :c:type:`iio_dev` from a driver * :c:func:`iio_device_free()` - free an :c:type:`iio_dev` from a driver * :c:func:`iio_device_register()` - register a device with the IIO subsystem * :c:func:`iio_device_unregister()` - unregister a device from the IIO |