All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] [linux-next] input: Fix a double word "is is" in include/linux/input.h
@ 2016-07-13  3:59 Masanari Iida
  0 siblings, 0 replies; only message in thread
From: Masanari Iida @ 2016-07-13  3:59 UTC (permalink / raw)
  To: linux-kernel, corbet, dmitry.torokhov, linux-input; +Cc: Masanari Iida

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>
---
 include/linux/input.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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 {
  * @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
-- 
2.9.1.200.gb1ec08f

^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2016-07-13  4:00 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-07-13  3:59 [PATCH] [linux-next] input: Fix a double word "is is" in include/linux/input.h Masanari Iida

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.