Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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>

authored by

Randy Dunlap and committed by
Greg Kroah-Hartman
7e046383 73d3f665

+8 -8
+5 -5
drivers/staging/iio/Kconfig
··· 8 8 ---help--- 9 9 The industrial I/O subsystem provides a unified framework for 10 10 drivers for many different types of embedded sensors using a 11 - number of different physical interfaces (i2c, spi etc). See 11 + number of different physical interfaces (i2c, spi, etc). See 12 12 Documentation/industrialio for more information. 13 13 if IIO 14 14 ··· 23 23 config IIO_SW_RING 24 24 tristate "Industrial I/O lock free software ring" 25 25 help 26 - example software ring buffer implementation. The design aim 27 - of this particular realization was to minize write locking 28 - with the intention that some devices would be able to write 29 - in interrupt context. 26 + Example software ring buffer implementation. The design aim 27 + of this particular realization was to minimize write locking 28 + with the intention that some devices would be able to write 29 + in interrupt context. 30 30 31 31 endif # IIO_RINGBUFFER 32 32
+3 -3
drivers/staging/iio/trigger/Kconfig
··· 9 9 tristate "Periodic RTC triggers" 10 10 depends on RTC_CLASS 11 11 help 12 - Provides support for using periodic capable real time 13 - clocks as IIO triggers. 12 + Provides support for using periodic capable real time 13 + clocks as IIO triggers. 14 14 15 15 config IIO_GPIO_TRIGGER 16 16 tristate "GPIO trigger" 17 17 depends on GENERIC_GPIO 18 18 help 19 - Provides support for using GPIO pins as IIO triggers. 19 + Provides support for using GPIO pins as IIO triggers. 20 20 21 21 endif # IIO_TRIGGER