diff options
author | Sandhya Bankar <bankarsandhya512@gmail.com> | 2016-09-30 12:19:22 -0400 |
---|---|---|
committer | Jonathan Corbet <corbet@lwn.net> | 2016-10-01 02:49:58 -0400 |
commit | 964cce16b1b7f60eeb491a4cf9fb593e0286deef (patch) | |
tree | b81dd950a7134b0407d1e7d1f83a52c3b369ecf6 | |
parent | 79c70c304b0b443429b2a0019518532c5162817a (diff) |
iio: Documentation: Correct the path used to create triggers.
Correct the path used to create triggers.
Signed-off-by: Sandhya Bankar <bankarsandhya512@gmail.com>
Acked-by: Daniel Baluta <daniel.baluta@intel.com>
Signed-off-by: Jonathan Corbet <corbet@lwn.net>
-rw-r--r-- | Documentation/iio/iio_configfs.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Documentation/iio/iio_configfs.txt b/Documentation/iio/iio_configfs.txt index f0add35cd52e..4e5f101837a8 100644 --- a/Documentation/iio/iio_configfs.txt +++ b/Documentation/iio/iio_configfs.txt | |||
@@ -82,8 +82,8 @@ users to create hrtimer triggers under /config/iio/triggers/hrtimer. | |||
82 | 82 | ||
83 | e.g: | 83 | e.g: |
84 | 84 | ||
85 | $ mkdir /config/triggers/hrtimer/instance1 | 85 | $ mkdir /config/iio/triggers/hrtimer/instance1 |
86 | $ rmdir /config/triggers/hrtimer/instance1 | 86 | $ rmdir /config/iio/triggers/hrtimer/instance1 |
87 | 87 | ||
88 | Each trigger can have one or more attributes specific to the trigger type. | 88 | Each trigger can have one or more attributes specific to the trigger type. |
89 | 89 | ||