Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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>

authored by

David Lechner and committed by
Bartosz Golaszewski
a261e208 39c90497

+1 -1
+1 -1
Documentation/userspace-api/gpio/gpio-v2-get-line-ioctl.rst
··· 81 81 If none are set then the event clock defaults to ``CLOCK_MONOTONIC``. 82 82 The ``GPIO_V2_LINE_FLAG_EVENT_CLOCK_HTE`` flag requires supporting hardware 83 83 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**). 85 85 86 86 The :c:type:`debounce_period_us<gpio_v2_line_attribute>` attribute may only 87 87 be applied to lines with ``GPIO_V2_LINE_FLAG_INPUT`` set. When set, debounce