Skip to content

Commit a261e20

Browse files
dlechBartosz Golaszewski
authored and
Bartosz Golaszewski
committed
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>
1 parent 39c9049 commit a261e20

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Documentation/userspace-api/gpio/gpio-v2-get-line-ioctl.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ Only one event clock flag, ``GPIO_V2_LINE_FLAG_EVENT_CLOCK_xxx``, may be set.
8181
If none are set then the event clock defaults to ``CLOCK_MONOTONIC``.
8282
The ``GPIO_V2_LINE_FLAG_EVENT_CLOCK_HTE`` flag requires supporting hardware
8383
and a kernel with ``CONFIG_HTE`` set. Requesting HTE from a device that
84-
doesn't support it is an error (**EOPNOTSUP**).
84+
doesn't support it is an error (**EOPNOTSUPP**).
8585

8686
The :c:type:`debounce_period_us<gpio_v2_line_attribute>` attribute may only
8787
be applied to lines with ``GPIO_V2_LINE_FLAG_INPUT`` set. When set, debounce

0 commit comments

Comments
 (0)