From patchwork Wed Jul 13 03:59:45 2016 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Masanari Iida X-Patchwork-Id: 9226747 Return-Path: Received: from mail.wl.linuxfoundation.org (pdx-wl-mail.web.codeaurora.org [172.30.200.125]) by pdx-korg-patchwork.web.codeaurora.org (Postfix) with ESMTP id 93DFE6086B for ; Wed, 13 Jul 2016 04:01:11 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id 72E3927BFF for ; Wed, 13 Jul 2016 04:01:11 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id 6666A27D85; Wed, 13 Jul 2016 04:01:11 +0000 (UTC) X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on pdx-wl-mail.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-6.8 required=2.0 tests=BAYES_00, DKIM_ADSP_CUSTOM_MED, DKIM_SIGNED, FREEMAIL_FROM, RCVD_IN_DNSWL_HI, T_DKIM_INVALID autolearn=ham version=3.3.1 Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id F3F8727BFF for ; Wed, 13 Jul 2016 04:01:10 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1750723AbcGMEAG (ORCPT ); Wed, 13 Jul 2016 00:00:06 -0400 Received: from mail-pa0-f68.google.com ([209.85.220.68]:32915 "EHLO mail-pa0-f68.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751089AbcGMEAE (ORCPT ); Wed, 13 Jul 2016 00:00:04 -0400 Received: by mail-pa0-f68.google.com with SMTP id q2so2238441pap.0; Tue, 12 Jul 2016 21:00:03 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=from:to:cc:subject:date:message-id; bh=6bgoEQpZTEgqgLVrdWWB2WBjgygxVe5i0yxorohPDWM=; b=ArkH26wGk0ZV1LKJZXO2kLdci3PTtZqGxdxq//5efUOJTV6ghnRf7C5u8mKNhda9K8 fj06p+FXJONjIB6GhvP+b3IkJHuv6QP6ctB39GaPvpyhMurAQX411UpruA4rSPngLBVX d2RGyVVdGrtDs2Pzr3QF1U0RyfwF0+ciNOIxqwiOPgokoQoaUxT2UCBwdPE8daLcdPSm dc7SXtGc0934HqUt7WB8M5in1kZOfp+fHjY08201tRwIBHcwZE4s6xAYmVVtY7VkPe+J cbinQ19A5NpS64GMwfhodAKOYPK9tXGG02s9R0IHIkZJzhc4NrJ1ukhNr2tHIjHbGmd+ WEtw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:from:to:cc:subject:date:message-id; bh=6bgoEQpZTEgqgLVrdWWB2WBjgygxVe5i0yxorohPDWM=; b=Rj6jcqPoxnnfbiC4DjTahP0N7KDkLwSphoIf03+CvorkSvZ4XgaAF24SZB2iuI+pr+ HsXJqCTRIl4tVUx0y8L2ou9jPmtl7RST36ZynEOzt9rdThSje/JiBpSPi0koAZlepjcz wzPnuXa0Rw/3GNfNbbjIpOXN+ZBuLP7uoTCiT+ZP2E0DqOs/8VobOXBL74G6oQcBwVXk TRRwiJ4pNEyO1W1+02swA9mXJZ5IF6kQEaIM41rYwzux5t+5EO4rtTpIOGo8QzgxJk67 uNqq5iI5zYzyz8BJ3tD6LBIF7k0ylKK4ybH2QGLTiiRtPAD8k+OdPiUjtIULdJFvbKOT 4xpA== X-Gm-Message-State: ALyK8tLfuH9pkCz06HXG992CrpJiEPFD1ntfLQ6cjsU+Ux+PjUy+IwB/qhDl1nIvUbU+nA== X-Received: by 10.66.111.164 with SMTP id ij4mr9978552pab.18.1468382391420; Tue, 12 Jul 2016 20:59:51 -0700 (PDT) Received: from masabert (61-205-9-216m5.grp2.mineo.jp. [61.205.9.216]) by smtp.gmail.com with ESMTPSA id 64sm7254570pfj.96.2016.07.12.20.59.50 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Tue, 12 Jul 2016 20:59:50 -0700 (PDT) Received: by masabert (Postfix, from userid 1000) id BF8CFE52E6; Wed, 13 Jul 2016 12:59:46 +0900 (JST) From: Masanari Iida To: linux-kernel@vger.kernel.org, corbet@lwn.net, dmitry.torokhov@gmail.com, linux-input@vger.kernel.org Cc: Masanari Iida Subject: [PATCH] [linux-next] input: Fix a double word "is is" in include/linux/input.h Date: Wed, 13 Jul 2016 12:59:45 +0900 Message-Id: <20160713035945.4761-1-standby24x7@gmail.com> X-Mailer: git-send-email 2.9.1.200.gb1ec08f Sender: linux-input-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-input@vger.kernel.org X-Virus-Scanned: ClamAV using ClamSMTP 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 --- 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