From: Pavel Machek Date: Fri, 24 Jul 2020 17:36:06 +0000 (-0700) Subject: Input: uinput - fix typo in function name documentation X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=bbca4d34bcb9a1abbd60af10f2fac933d2501680;p=linux.git Input: uinput - fix typo in function name documentation Fix non-existing constant in documentation. Signed-off-by: Pavel Machek (CIP) Link: https://lore.kernel.org/r/20200724084025.GB31930@amd Signed-off-by: Dmitry Torokhov --- diff --git a/Documentation/input/uinput.rst b/Documentation/input/uinput.rst index b8e90b6a126cd..10c62e62a0a62 100644 --- a/Documentation/input/uinput.rst +++ b/Documentation/input/uinput.rst @@ -99,7 +99,7 @@ the sake of simplicity. /* * Give userspace some time to read the events before we destroy the - * device with UI_DEV_DESTOY. + * device with UI_DEV_DESTROY. */ sleep(1); @@ -164,7 +164,7 @@ mouse. /* * Give userspace some time to read the events before we destroy the - * device with UI_DEV_DESTOY. + * device with UI_DEV_DESTROY. */ sleep(1); @@ -233,7 +233,7 @@ but interact with uinput via ioctl calls, or use libevdev. /* * Give userspace some time to read the events before we destroy the - * device with UI_DEV_DESTOY. + * device with UI_DEV_DESTROY. */ sleep(1);