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

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>

authored by

Sandhya Bankar and committed by
Jonathan Corbet
964cce16 79c70c30

+2 -2
+2 -2
Documentation/iio/iio_configfs.txt
··· 82 82 83 83 e.g: 84 84 85 - $ mkdir /config/triggers/hrtimer/instance1 86 - $ rmdir /config/triggers/hrtimer/instance1 85 + $ mkdir /config/iio/triggers/hrtimer/instance1 86 + $ rmdir /config/iio/triggers/hrtimer/instance1 87 87 88 88 Each trigger can have one or more attributes specific to the trigger type. 89 89