From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 8EBC8C433FE for ; Thu, 21 Apr 2022 11:51:09 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1354297AbiDULx5 (ORCPT ); Thu, 21 Apr 2022 07:53:57 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:40396 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229912AbiDULx4 (ORCPT ); Thu, 21 Apr 2022 07:53:56 -0400 Received: from muru.com (muru.com [72.249.23.125]) by lindbergh.monkeyblade.net (Postfix) with ESMTP id 2B4D02A265; Thu, 21 Apr 2022 04:51:07 -0700 (PDT) Received: from localhost (localhost [127.0.0.1]) by muru.com (Postfix) with ESMTPS id 1649E8106; Thu, 21 Apr 2022 11:48:15 +0000 (UTC) Date: Thu, 21 Apr 2022 14:51:05 +0300 From: Tony Lindgren To: Julia Lawall , Arnd Bergmann Cc: Aaro Koskinen , kernel-janitors@vger.kernel.org, Russell King , linux-omap@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH] omap1: htc_herald: fix typos in comments Message-ID: References: <20220318103729.157574-27-Julia.Lawall@inria.fr> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20220318103729.157574-27-Julia.Lawall@inria.fr> Precedence: bulk List-ID: X-Mailing-List: kernel-janitors@vger.kernel.org Hi, * Julia Lawall [220318 12:36]: > Various spelling mistakes in comments. > Detected with the help of Coccinelle. > > Signed-off-by: Julia Lawall Probably best that Arnd picks this into his omap1-multiplatform branch: Acked-by: Tony Lindgren Regards, Tony > --- > arch/arm/mach-omap1/board-htcherald.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/arch/arm/mach-omap1/board-htcherald.c b/arch/arm/mach-omap1/board-htcherald.c > index 258304edf23e..d528b8497061 100644 > --- a/arch/arm/mach-omap1/board-htcherald.c > +++ b/arch/arm/mach-omap1/board-htcherald.c > @@ -170,7 +170,7 @@ static const unsigned int htc_herald_keymap[] = { > KEY(3, 0, KEY_VOLUMEUP), /* Volume up */ > KEY(4, 0, KEY_F2), /* Right bar (landscape) */ > KEY(5, 0, KEY_MAIL), /* Win key (portrait) */ > - KEY(6, 0, KEY_DIRECTORY), /* Right bar (protrait) */ > + KEY(6, 0, KEY_DIRECTORY), /* Right bar (portrait) */ > KEY(0, 1, KEY_LEFTCTRL), /* Windows key */ > KEY(1, 1, KEY_COMMA), > KEY(2, 1, KEY_M), >