Skip to content

Commit bbca4d3

Browse files
pavelmachekdtor
authored andcommitted
Input: uinput - fix typo in function name documentation
Fix non-existing constant in documentation. Signed-off-by: Pavel Machek (CIP) <[email protected]> Link: https://lore.kernel.org/r/20200724084025.GB31930@amd Signed-off-by: Dmitry Torokhov <[email protected]>
1 parent 37bd9e8 commit bbca4d3

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Documentation/input/uinput.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ the sake of simplicity.
9999
100100
/*
101101
* Give userspace some time to read the events before we destroy the
102-
* device with UI_DEV_DESTOY.
102+
* device with UI_DEV_DESTROY.
103103
*/
104104
sleep(1);
105105
@@ -164,7 +164,7 @@ mouse.
164164
165165
/*
166166
* Give userspace some time to read the events before we destroy the
167-
* device with UI_DEV_DESTOY.
167+
* device with UI_DEV_DESTROY.
168168
*/
169169
sleep(1);
170170
@@ -233,7 +233,7 @@ but interact with uinput via ioctl calls, or use libevdev.
233233
234234
/*
235235
* Give userspace some time to read the events before we destroy the
236-
* device with UI_DEV_DESTOY.
236+
* device with UI_DEV_DESTROY.
237237
*/
238238
sleep(1);
239239

0 commit comments

Comments
 (0)