]> git.karo-electronics.de Git - linux-beck.git/commitdiff
Input: fix a double word "is is" in include/linux/input.h
authorMasanari Iida <standby24x7@gmail.com>
Wed, 13 Jul 2016 18:11:36 +0000 (11:11 -0700)
committerDmitry Torokhov <dmitry.torokhov@gmail.com>
Thu, 14 Jul 2016 00:27:24 +0000 (17:27 -0700)
This patch fix a double word "is is" found in in
Documentation/DocBook/device-drivers.xml.
It is because the file was created from comments in sources,
so I have to fix the double words in include/linux/input.h

Signed-off-by: Masanari Iida <standby24x7@gmail.com>
Signed-off-by: Dmitry Torokhov <dmitry.torokhov@gmail.com>
include/linux/input.h

index 1e967694e9a525deb811a03608ebecc91cabaab3..a65e3b24fb1838e43cffc24e2ecdc8a8f92eba12 100644 (file)
@@ -95,7 +95,7 @@ struct input_value {
  * @grab: input handle that currently has the device grabbed (via
  *     EVIOCGRAB ioctl). When a handle grabs a device it becomes sole
  *     recipient for all input events coming from the device
- * @event_lock: this spinlock is is taken when input core receives
+ * @event_lock: this spinlock is taken when input core receives
  *     and processes a new event for the device (in input_event()).
  *     Code that accesses and/or modifies parameters of a device
  *     (such as keymap or absmin, absmax, absfuzz, etc.) after device