mbox series

[0/8] input: Documentation: corrections to Doc/input/ files

Message ID 20210302223523.20130-1-rdunlap@infradead.org
Headers show
Series input: Documentation: corrections to Doc/input/ files | expand

Message

Randy Dunlap March 2, 2021, 10:35 p.m. UTC
Update several Documentation/input/ files for wording, punctutation,
struct info, and file names.

Cc: Dmitry Torokhov <dmitry.torokhov@gmail.com>
Cc: linux-input@vger.kernel.org
Cc: Jonathan Corbet <corbet@lwn.net>
Cc: linux-doc@vger.kernel.org

 [PATCH 1/8] input: Documentation: corrections for input.rst
 [PATCH 2/8] input: Documentation: corrections for event-codes.rst
 [PATCH 3/8 RESEND] input: Documentation: update related file names in ff.rst
 [PATCH 4/8] input: Documentation: corrections for gameport-programming.rst
 [PATCH 5/8] input: Documentation: corrections for multi-touch-protocol.rst
 [PATCH 6/8] input: Documentation: corrections for notifier.rst
 [PATCH 7/8] input: Documentation: corrections for input-programming.rst
 [PATCH 8/8] input: Documentation: corrections for uinput.rst

 Documentation/input/event-codes.rst          |   10 ++--
 Documentation/input/ff.rst                   |    6 +-
 Documentation/input/gameport-programming.rst |   35 +++++++++++------
 Documentation/input/input-programming.rst    |   20 ++++-----
 Documentation/input/input.rst                |    8 +--
 Documentation/input/multi-touch-protocol.rst |    8 +--
 Documentation/input/notifier.rst             |    3 -
 Documentation/input/uinput.rst               |    2 
 8 files changed, 52 insertions(+), 40 deletions(-)

Comments

Jonathan Corbet March 9, 2021, 12:16 a.m. UTC | #1
Randy Dunlap <rdunlap@infradead.org> writes:

> Update several Documentation/input/ files for wording, punctutation,

> struct info, and file names.

>

> Cc: Dmitry Torokhov <dmitry.torokhov@gmail.com>

> Cc: linux-input@vger.kernel.org

> Cc: Jonathan Corbet <corbet@lwn.net>

> Cc: linux-doc@vger.kernel.org

>

>  [PATCH 1/8] input: Documentation: corrections for input.rst

>  [PATCH 2/8] input: Documentation: corrections for event-codes.rst

>  [PATCH 3/8 RESEND] input: Documentation: update related file names in ff.rst

>  [PATCH 4/8] input: Documentation: corrections for gameport-programming.rst

>  [PATCH 5/8] input: Documentation: corrections for multi-touch-protocol.rst

>  [PATCH 6/8] input: Documentation: corrections for notifier.rst

>  [PATCH 7/8] input: Documentation: corrections for input-programming.rst

>  [PATCH 8/8] input: Documentation: corrections for uinput.rst

>

>  Documentation/input/event-codes.rst          |   10 ++--

>  Documentation/input/ff.rst                   |    6 +-

>  Documentation/input/gameport-programming.rst |   35 +++++++++++------

>  Documentation/input/input-programming.rst    |   20 ++++-----

>  Documentation/input/input.rst                |    8 +--

>  Documentation/input/multi-touch-protocol.rst |    8 +--

>  Documentation/input/notifier.rst             |    3 -

>  Documentation/input/uinput.rst               |    2 

>  8 files changed, 52 insertions(+), 40 deletions(-)


Set applied, thanks.

jon