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

staging:iio: Fix mention of INDIO_RING_TRIGGERED to INDIO_BUFFER_TRIGGERED

Signed-off-by: Peter Meerwald <pmeerw@pmeerw.net>
Signed-off-by: Jonathan Cameron <jic23@kernel.org>

authored by

Peter Meerwald and committed by
Jonathan Cameron
723db167 f5709d5f

+1 -1
+1 -1
drivers/staging/iio/Documentation/trigger.txt
··· 31 31 Trigger Consumers 32 32 33 33 Currently triggers are only used for the filling of software 34 - buffers and as such any device supporting INDIO_RING_TRIGGERED has the 34 + buffers and as such any device supporting INDIO_BUFFER_TRIGGERED has the 35 35 consumer interface automatically created.