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 90024C433F5 for ; Thu, 21 Apr 2022 11:51:33 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1353572AbiDULyV (ORCPT ); Thu, 21 Apr 2022 07:54:21 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:40592 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S230158AbiDULyU (ORCPT ); Thu, 21 Apr 2022 07:54:20 -0400 Received: from muru.com (muru.com [72.249.23.125]) by lindbergh.monkeyblade.net (Postfix) with ESMTP id B6BEB2A265; Thu, 21 Apr 2022 04:51:31 -0700 (PDT) Received: from localhost (localhost [127.0.0.1]) by muru.com (Postfix) with ESMTPS id A873B8106; Thu, 21 Apr 2022 11:48:39 +0000 (UTC) Date: Thu, 21 Apr 2022 14:51:30 +0300 From: Tony Lindgren To: Julia Lawall , Arnd Bergmann Cc: Paul Walmsley , kernel-janitors@vger.kernel.org, Aaro Koskinen , Russell King , linux-omap@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH] ARM: OMAP1: fix typos in comments Message-ID: References: <20220318103729.157574-33-Julia.Lawall@inria.fr> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20220318103729.157574-33-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/clock_data.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/arch/arm/mach-omap1/clock_data.c b/arch/arm/mach-omap1/clock_data.c > index 3ebcd96efbff..c761e72563c1 100644 > --- a/arch/arm/mach-omap1/clock_data.c > +++ b/arch/arm/mach-omap1/clock_data.c > @@ -818,7 +818,7 @@ int __init omap1_clk_init(void) > omap_readw(ARM_SYSST), omap_readw(DPLL_CTL), > omap_readw(ARM_CKCTL)); > > - /* We want to be in syncronous scalable mode */ > + /* We want to be in synchronous scalable mode */ > omap_writew(0x1000, ARM_SYSST); > > >