mirror of
https://github.com/tbsdtv/linux_media.git
synced 2025-07-24 05:01:03 +02:00
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>
This commit is contained in:
committed by
Dmitry Torokhov
parent
37bd9e803d
commit
bbca4d34bc
@@ -99,7 +99,7 @@ the sake of simplicity.
|
|||||||
|
|
||||||
/*
|
/*
|
||||||
* Give userspace some time to read the events before we destroy the
|
* Give userspace some time to read the events before we destroy the
|
||||||
* device with UI_DEV_DESTOY.
|
* device with UI_DEV_DESTROY.
|
||||||
*/
|
*/
|
||||||
sleep(1);
|
sleep(1);
|
||||||
|
|
||||||
@@ -164,7 +164,7 @@ mouse.
|
|||||||
|
|
||||||
/*
|
/*
|
||||||
* Give userspace some time to read the events before we destroy the
|
* Give userspace some time to read the events before we destroy the
|
||||||
* device with UI_DEV_DESTOY.
|
* device with UI_DEV_DESTROY.
|
||||||
*/
|
*/
|
||||||
sleep(1);
|
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
|
* Give userspace some time to read the events before we destroy the
|
||||||
* device with UI_DEV_DESTOY.
|
* device with UI_DEV_DESTROY.
|
||||||
*/
|
*/
|
||||||
sleep(1);
|
sleep(1);
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user