diff options
author | Luca Ceresoli <luca@lucaceresoli.net> | 2021-02-15 15:35:07 +0100 |
---|---|---|
committer | Jonathan Cameron <Jonathan.Cameron@huawei.com> | 2021-03-11 20:47:07 +0000 |
commit | c1d82dbcb0a6b660bc44f7e9c1ba606b671f1b71 (patch) | |
tree | b02d295d82da03e6a382f0d7bcc0f1b1da6d1f37 /Documentation/iio | |
parent | b624fd14a9275bd546b63cf103cee6c9f57a4f55 (diff) | |
download | linux-c1d82dbcb0a6b660bc44f7e9c1ba606b671f1b71.tar.gz linux-c1d82dbcb0a6b660bc44f7e9c1ba606b671f1b71.tar.bz2 linux-c1d82dbcb0a6b660bc44f7e9c1ba606b671f1b71.zip |
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>
Diffstat (limited to 'Documentation/iio')
-rw-r--r-- | Documentation/iio/iio_configfs.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/iio/iio_configfs.rst b/Documentation/iio/iio_configfs.rst index 3a5d76f9e2b9..dbc61f35ea05 100644 --- a/Documentation/iio/iio_configfs.rst +++ b/Documentation/iio/iio_configfs.rst @@ -71,7 +71,7 @@ kernel module following the interface in include/linux/iio/sw_trigger.h:: .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 iio-trig-sample module will create 'trig-sample' trigger type directory |