提交 bbca4d34 编写于 作者: P Pavel Machek 提交者: Dmitry Torokhov

Input: uinput - fix typo in function name documentation

Fix non-existing constant in documentation.
Signed-off-by: NPavel Machek (CIP) <pavel@denx.de>
Link: https://lore.kernel.org/r/20200724084025.GB31930@amdSigned-off-by: NDmitry Torokhov <dmitry.torokhov@gmail.com>
上级 37bd9e80
......@@ -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);
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册