mirror of
https://github.com/torvalds/linux.git
synced 2024-11-21 19:41:42 +00:00
Documentation: gpio: fix typo
EOPNOTSUPP has two 'P's. Signed-off-by: David Lechner <dlechner@baylibre.com> Signed-off-by: Bartosz Golaszewski <bartosz.golaszewski@linaro.org>
This commit is contained in:
parent
39c9049770
commit
a261e208e1
@ -81,7 +81,7 @@ Only one event clock flag, ``GPIO_V2_LINE_FLAG_EVENT_CLOCK_xxx``, may be set.
|
||||
If none are set then the event clock defaults to ``CLOCK_MONOTONIC``.
|
||||
The ``GPIO_V2_LINE_FLAG_EVENT_CLOCK_HTE`` flag requires supporting hardware
|
||||
and a kernel with ``CONFIG_HTE`` set. Requesting HTE from a device that
|
||||
doesn't support it is an error (**EOPNOTSUP**).
|
||||
doesn't support it is an error (**EOPNOTSUPP**).
|
||||
|
||||
The :c:type:`debounce_period_us<gpio_v2_line_attribute>` attribute may only
|
||||
be applied to lines with ``GPIO_V2_LINE_FLAG_INPUT`` set. When set, debounce
|
||||
|
Loading…
Reference in New Issue
Block a user