OSDN Git Service
(root)
/
uclinux-h8
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
37bd9e8
)
Input: uinput - fix typo in function name documentation
author
Pavel Machek
<pavel@ucw.cz>
Fri, 24 Jul 2020 17:36:06 +0000
(10:36 -0700)
committer
Dmitry Torokhov
<dmitry.torokhov@gmail.com>
Wed, 29 Jul 2020 01:24:11 +0000
(18:24 -0700)
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>
Documentation/input/uinput.rst
patch
|
blob
|
history
diff --git
a/Documentation/input/uinput.rst
b/Documentation/input/uinput.rst
index
b8e90b6
..
10c62e6
100644
(file)
--- 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_DEST
R
OY.
*/
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_DEST
R
OY.
*/
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_DEST
R
OY.
*/
sleep(1);