Browse Source

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>
Peter Meerwald 10 years ago
parent
commit
723db16724
1 changed files with 1 additions and 1 deletions
  1. 1 1
      drivers/staging/iio/Documentation/trigger.txt

+ 1 - 1
drivers/staging/iio/Documentation/trigger.txt

@@ -31,5 +31,5 @@ consumers.
 Trigger Consumers
 Trigger Consumers
 
 
 Currently triggers are only used for the filling of software
 Currently triggers are only used for the filling of software
-buffers and as such any device supporting INDIO_RING_TRIGGERED has the
+buffers and as such any device supporting INDIO_BUFFER_TRIGGERED has the
 consumer interface automatically created.
 consumer interface automatically created.