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

Configure Feed

Select the types of activity you want to include in your feed.

doc: input: fix typos in input.rst

'even codes' should be 'event codes' at the end of input.rst

Signed-off-by: Wu Canhong <canhong12@163.com>
Signed-off-by: Jonathan Corbet <corbet@lwn.net>
Message-ID: <20251226160219.64818-1-canhong12@163.com>

authored by

Wu Canhong and committed by
Jonathan Corbet
ae350d71 736ea810

+1 -1
+1 -1
Documentation/input/input.rst
··· 278 278 EV_REL, absolute new value for EV_ABS (joysticks ...), or 0 for EV_KEY for 279 279 release, 1 for keypress and 2 for autorepeat. 280 280 281 - See :ref:`input-event-codes` for more information about various even codes. 281 + See :ref:`input-event-codes` for more information about various event codes.