Merge branch 'for-linus-4.8' of git://git.kernel.org/pub/scm/linux/kernel/git/mason...
[cascardo/linux.git] / include / linux / input.h
index 1e96769..a65e3b2 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