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

Configure Feed

Select the types of activity you want to include in your feed.

Staging: iio: Fixed a punctuation and a spelling mistake.

Added a missing comma and changed 'it it useful' to 'it is useful'.

Signed-off-by: Ankit Baluni <b18007@students.iitmandi.ac.in>
Reviewed-by: Andy Shevchenko <andy.shevchenko@gmail.com>
Signed-off-by: Jonathan Cameron <Jonathan.Cameron@huawei.com>

authored by

Ankit Baluni and committed by
Jonathan Cameron
96f96251 4d55cb8e

+2 -2
+2 -2
drivers/staging/iio/Documentation/overview.txt
··· 9 9 input subsystems. Hwmon is very much directed at low sample rate 10 10 sensors used in applications such as fan speed control and temperature 11 11 measurement. Input is, as its name suggests focused on input 12 - devices. In some cases there is considerable overlap between these and 12 + devices. In some cases, there is considerable overlap between these and 13 13 IIO. 14 14 15 15 A typical device falling into this category would be connected via SPI ··· 38 38 polling to establish when data is available. 39 39 40 40 * Trigger and software buffer support. In many data analysis 41 - applications it it useful to be able to capture data based on some 41 + applications it is useful to be able to capture data based on some 42 42 external signal (trigger). These triggers might be a data ready 43 43 signal, a gpio line connected to some external system or an on 44 44 processor periodic interrupt. A single trigger may initialize data