mirror of
https://github.com/torvalds/linux.git
synced 2024-11-16 00:52:01 +00:00
Staging: iio: kconfig and make edits
Fix spelling, typos, indentation in iio Kconfig files. Signed-off-by: Randy Dunlap <randy.dunlap@oracle.com> Acked-by: Jonathan Cameron <jic23@cam.ac.uk> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
This commit is contained in:
parent
73d3f6652a
commit
7e0463839c
@ -8,7 +8,7 @@ menuconfig IIO
|
||||
---help---
|
||||
The industrial I/O subsystem provides a unified framework for
|
||||
drivers for many different types of embedded sensors using a
|
||||
number of different physical interfaces (i2c, spi etc). See
|
||||
number of different physical interfaces (i2c, spi, etc). See
|
||||
Documentation/industrialio for more information.
|
||||
if IIO
|
||||
|
||||
@ -23,8 +23,8 @@ if IIO_RING_BUFFER
|
||||
config IIO_SW_RING
|
||||
tristate "Industrial I/O lock free software ring"
|
||||
help
|
||||
example software ring buffer implementation. The design aim
|
||||
of this particular realization was to minize write locking
|
||||
Example software ring buffer implementation. The design aim
|
||||
of this particular realization was to minimize write locking
|
||||
with the intention that some devices would be able to write
|
||||
in interrupt context.
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user