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

Input: uinput - fix typo in function name documentation

Fix non-existing constant in documentation.

Signed-off-by: Pavel Machek (CIP) <pavel@denx.de>
Link: https://lore.kernel.org/r/20200724084025.GB31930@amd
Signed-off-by: Dmitry Torokhov <dmitry.torokhov@gmail.com>

authored by

Pavel Machek and committed by
Dmitry Torokhov
bbca4d34 37bd9e80

+3 -3
+3 -3
Documentation/input/uinput.rst
··· 99 99 100 100 /* 101 101 * Give userspace some time to read the events before we destroy the 102 - * device with UI_DEV_DESTOY. 102 + * device with UI_DEV_DESTROY. 103 103 */ 104 104 sleep(1); 105 105 ··· 164 164 165 165 /* 166 166 * Give userspace some time to read the events before we destroy the 167 - * device with UI_DEV_DESTOY. 167 + * device with UI_DEV_DESTROY. 168 168 */ 169 169 sleep(1); 170 170 ··· 233 233 234 234 /* 235 235 * Give userspace some time to read the events before we destroy the 236 - * device with UI_DEV_DESTOY. 236 + * device with UI_DEV_DESTROY. 237 237 */ 238 238 sleep(1); 239 239