mirror of
https://github.com/tbsdtv/linux_media.git
synced 2025-07-23 20:51:03 +02:00
docs: iio: fix example formatting
This line is part of the code snippet, so it has to be nested in order to be rendered correctly. Signed-off-by: Luca Ceresoli <luca@lucaceresoli.net> Link: https://lore.kernel.org/r/20210215143511.25471-2-luca@lucaceresoli.net Signed-off-by: Jonathan Cameron <Jonathan.Cameron@huawei.com>
This commit is contained in:
committed by
Jonathan Cameron
parent
b624fd14a9
commit
c1d82dbcb0
@@ -71,7 +71,7 @@ kernel module following the interface in include/linux/iio/sw_trigger.h::
|
|||||||
.ops = &iio_trig_sample_ops,
|
.ops = &iio_trig_sample_ops,
|
||||||
};
|
};
|
||||||
|
|
||||||
module_iio_sw_trigger_driver(iio_trig_sample);
|
module_iio_sw_trigger_driver(iio_trig_sample);
|
||||||
|
|
||||||
Each trigger type has its own directory under /config/iio/triggers. Loading
|
Each trigger type has its own directory under /config/iio/triggers. Loading
|
||||||
iio-trig-sample module will create 'trig-sample' trigger type directory
|
iio-trig-sample module will create 'trig-sample' trigger type directory
|
||||||
|
Reference in New Issue
Block a user