Received: by 10.192.165.148 with SMTP id m20csp1990282imm; Sun, 6 May 2018 04:28:13 -0700 (PDT) X-Google-Smtp-Source: AB8JxZrAW39d56rFTxziPZrffHThrjbKPyB0lHV+ktYJ+0PYR3glcnL4pB3dTlE4g8PLrSssNoTX X-Received: by 10.98.67.83 with SMTP id q80mr33249429pfa.228.1525606093868; Sun, 06 May 2018 04:28:13 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1525606093; cv=none; d=google.com; s=arc-20160816; b=rmoAw6MeD8U2m7bp/tLu6v13infaT7qoKSFtY+UO7cnYwBp47mjfiRnb5DgA3oTbZP TpwtKz6CXx/DF/WeVUAKO94BsU5bjyMs9qdrjCSV0Fir3DW8BbEmikjzPNBLyxL76zke jnQZsWDkVHgPWg13kwlBqBTDe+vOTSuoHclqjC/ZJw77k4RyJmODCDRA+hXIwfWbSp+a aQ+IjgeCuEotERmBBPF+ZkGfwocGAF8rcIpbHAJlkdMMS2BnDJPhAkeQGh2vi1s0toIO IjX6fy7226gqC/3klNXLHpC1GiP+lUxEOpi0gPDW6urhfQkRsoPRU/JaxQzWtp6WjTQY 19gQ== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:references:in-reply-to:message-id:date :subject:cc:to:from:arc-authentication-results; bh=tTPYXfGj5AzzaqdPHXMiez/rEe8H/bZ00yP92m1KQPg=; b=KguHM+cOFA3u91qz7BrkUVHbGiWF8Toy+PHAWqkCaTvN+oDpU21SXGrD+Wn0KTht68 GJ94wLQWtXZvchEsC4NpY6td6YKoyUrpGpxzt9NLiQoThWgNXyuSF73KkbEjx/FP5iX7 pBQJ7doAa6mujy8bETgooyXDOxkITNzOAvIBibU5sbaPsa8XfMTd4ppG+UAtal/jIAMu CDBDU4GfK7czq8+NKLuEurettqp2VnUrFhtLT1nPCRFIjZBOie91ZoSCDS/WryUKN6Ag phY7ciRrLg30wz2PUFhiV28HrlxZE7NTmk071Usn+VasotCj9fd6yjjBOiRxiIvEasv2 pZTw== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id e68-v6si19512311plb.566.2018.05.06.04.27.59; Sun, 06 May 2018 04:28:13 -0700 (PDT) Received-SPF: pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) client-ip=209.132.180.67; Authentication-Results: mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751925AbeEFLZZ (ORCPT + 99 others); Sun, 6 May 2018 07:25:25 -0400 Received: from sauhun.de ([88.99.104.3]:37638 "EHLO pokefinder.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751777AbeEFLYV (ORCPT ); Sun, 6 May 2018 07:24:21 -0400 Received: from localhost (x4db31751.dyn.telefonica.de [77.179.23.81]) by pokefinder.org (Postfix) with ESMTPSA id E849D32475D; Sun, 6 May 2018 13:24:19 +0200 (CEST) From: Wolfram Sang To: trivial@kernel.org Cc: linux-renesas-soc@vger.kernel.org, Wolfram Sang , Ville Syrjala , Dmitry Torokhov , linux-input@vger.kernel.org, linux-kernel@vger.kernel.org Subject: [PATCH 5/9] input: ati_remote2: fix typo 'can by' to 'can be' Date: Sun, 6 May 2018 13:23:49 +0200 Message-Id: <20180506112404.24872-6-wsa+renesas@sang-engineering.com> X-Mailer: git-send-email 2.11.0 In-Reply-To: <20180506112404.24872-1-wsa+renesas@sang-engineering.com> References: <20180506112404.24872-1-wsa+renesas@sang-engineering.com> Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Signed-off-by: Wolfram Sang --- drivers/input/misc/ati_remote2.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/input/misc/ati_remote2.c b/drivers/input/misc/ati_remote2.c index ded5b84e336dae..d8fd58fdf05086 100644 --- a/drivers/input/misc/ati_remote2.c +++ b/drivers/input/misc/ati_remote2.c @@ -22,7 +22,7 @@ MODULE_LICENSE("GPL"); /* * ATI Remote Wonder II Channel Configuration * - * The remote control can by assigned one of sixteen "channels" in order to facilitate + * The remote control can be assigned one of sixteen "channels" in order to facilitate * the use of multiple remote controls within range of each other. * A remote's "channel" may be altered by pressing and holding the "PC" button for * approximately 3 seconds, after which the button will slowly flash the count of the -- 2.11.0