From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S932925AbeEHWj4 (ORCPT ); Tue, 8 May 2018 18:39:56 -0400 Received: from mail-pg0-f65.google.com ([74.125.83.65]:44489 "EHLO mail-pg0-f65.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S932133AbeEHWjy (ORCPT ); Tue, 8 May 2018 18:39:54 -0400 X-Google-Smtp-Source: AB8JxZoYDugyy2VAou6zKg+R/sRlgV+2JTrlvF4Vq0PiS0s60Ay2Hjcz0sulxKOY6xWJDYAX4JTlVw== Date: Tue, 8 May 2018 15:39:50 -0700 From: Dmitry Torokhov To: Wolfram Sang Cc: trivial@kernel.org, linux-renesas-soc@vger.kernel.org, Ville Syrjala , linux-input@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH 5/9] input: ati_remote2: fix typo 'can by' to 'can be' Message-ID: <20180508223950.GD129015@dtor-ws> References: <20180506112404.24872-1-wsa+renesas@sang-engineering.com> <20180506112404.24872-6-wsa+renesas@sang-engineering.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20180506112404.24872-6-wsa+renesas@sang-engineering.com> User-Agent: Mutt/1.9.2 (2017-12-15) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Sun, May 06, 2018 at 01:23:49PM +0200, Wolfram Sang wrote: > Signed-off-by: Wolfram Sang Applied, thank you. > --- > 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 > -- Dmitry