aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMasanari Iida <standby24x7@gmail.com>2016-07-13 14:11:36 -0400
committerDmitry Torokhov <dmitry.torokhov@gmail.com>2016-07-13 20:27:24 -0400
commit83510e5f57111ad3b09d0187c822841f0a3ece4c (patch)
treec7a6afcd2136d8049f8bad17fe5251d591fd0a9a
parentfcd6eb50eadd83f857eac55f99316f1789707cdb (diff)
Input: fix a double word "is is" in include/linux/input.h
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>
-rw-r--r--include/linux/input.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/input.h b/include/linux/input.h
index 1e967694e9a5..a65e3b24fb18 100644
--- a/include/linux/input.h
+++ b/include/linux/input.h
@@ -95,7 +95,7 @@ struct input_value {
95 * @grab: input handle that currently has the device grabbed (via 95 * @grab: input handle that currently has the device grabbed (via
96 * EVIOCGRAB ioctl). When a handle grabs a device it becomes sole 96 * EVIOCGRAB ioctl). When a handle grabs a device it becomes sole
97 * recipient for all input events coming from the device 97 * recipient for all input events coming from the device
98 * @event_lock: this spinlock is is taken when input core receives 98 * @event_lock: this spinlock is taken when input core receives
99 * and processes a new event for the device (in input_event()). 99 * and processes a new event for the device (in input_event()).
100 * Code that accesses and/or modifies parameters of a device 100 * Code that accesses and/or modifies parameters of a device
101 * (such as keymap or absmin, absmax, absfuzz, etc.) after device 101 * (such as keymap or absmin, absmax, absfuzz, etc.) after device