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

input: Documentation: corrections for uinput.rst

Fix a typo (supportinf -> supporting).

Signed-off-by: Randy Dunlap <rdunlap@infradead.org>
Cc: Dmitry Torokhov <dmitry.torokhov@gmail.com>
Cc: linux-input@vger.kernel.org
Cc: Jonathan Corbet <corbet@lwn.net>
Cc: linux-doc@vger.kernel.org
Link: https://lore.kernel.org/r/20210302223523.20130-9-rdunlap@infradead.org
Signed-off-by: Jonathan Corbet <corbet@lwn.net>

authored by

Randy Dunlap and committed by
Jonathan Corbet
8bd490e4 5c184115

+1 -1
+1 -1
Documentation/input/uinput.rst
··· 179 179 -------------------- 180 180 181 181 Before uinput version 5, there wasn't a dedicated ioctl to set up a virtual 182 - device. Programs supportinf older versions of uinput interface need to fill 182 + device. Programs supporting older versions of uinput interface need to fill 183 183 a uinput_user_dev structure and write it to the uinput file descriptor to 184 184 configure the new uinput device. New code should not use the old interface 185 185 but interact with uinput via ioctl calls, or use libevdev.