Documentation: gpio: fix typo
authorDavid Lechner <dlechner@baylibre.com>
Fri, 29 Mar 2024 14:43:16 +0000 (09:43 -0500)
committerBartosz Golaszewski <bartosz.golaszewski@linaro.org>
Tue, 2 Apr 2024 08:50:28 +0000 (10:50 +0200)
EOPNOTSUPP has two 'P's.

Signed-off-by: David Lechner <dlechner@baylibre.com>
Signed-off-by: Bartosz Golaszewski <bartosz.golaszewski@linaro.org>
Documentation/userspace-api/gpio/gpio-v2-get-line-ioctl.rst

index 56b975801b6af02e9cc213cb7c97f479fdc19c24..6615d6ced755bac396a65218b958f29c75517c4d 100644 (file)
@@ -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