diff mbox series

Input: fix typo in function name documentation

Message ID 20200724084025.GB31930@amd (mailing list archive)
State Mainlined
Commit bbca4d34bcb9a1abbd60af10f2fac933d2501680
Headers show
Series Input: fix typo in function name documentation | expand

Commit Message

Pavel Machek July 24, 2020, 8:40 a.m. UTC
Fix non-existing constant in documentation.

Signed-off-by: Pavel Machek (CIP) <pavel@denx.de>

Comments

Jonathan Corbet July 27, 2020, 10:32 p.m. UTC | #1
On Fri, 24 Jul 2020 10:40:25 +0200
Pavel Machek <pavel@ucw.cz> wrote:

> Fix non-existing constant in documentation.
> 
> Signed-off-by: Pavel Machek (CIP) <pavel@denx.de>
> 
> diff --git a/Documentation/input/uinput.rst b/Documentation/input/uinput.rst
> index b8e90b6a126c..10c62e62a0a6 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);

Seems good...Dmitry, do you want this, or would you rather I picked it up?

Thanks,

jon
Dmitry Torokhov July 29, 2020, 1:23 a.m. UTC | #2
On Mon, Jul 27, 2020 at 04:32:08PM -0600, Jonathan Corbet wrote:
> On Fri, 24 Jul 2020 10:40:25 +0200
> Pavel Machek <pavel@ucw.cz> wrote:
> 
> > Fix non-existing constant in documentation.
> > 
> > Signed-off-by: Pavel Machek (CIP) <pavel@denx.de>
> > 
> > diff --git a/Documentation/input/uinput.rst b/Documentation/input/uinput.rst
> > index b8e90b6a126c..10c62e62a0a6 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);
> 
> Seems good...Dmitry, do you want this, or would you rather I picked it up?

I picked it up, thank you.
diff mbox series

Patch

diff --git a/Documentation/input/uinput.rst b/Documentation/input/uinput.rst
index b8e90b6a126c..10c62e62a0a6 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);