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 X-Spam-Level: X-Spam-Status: No, score=-3.8 required=3.0 tests=HEADER_FROM_DIFFERENT_DOMAINS, INCLUDES_PATCH,MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS autolearn=no autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 08E41C38A30 for ; Mon, 20 Apr 2020 16:43:29 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id D54B820857 for ; Mon, 20 Apr 2020 16:43:28 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726147AbgDTQn2 (ORCPT ); Mon, 20 Apr 2020 12:43:28 -0400 Received: from smtprelay0139.hostedemail.com ([216.40.44.139]:60660 "EHLO smtprelay.hostedemail.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1726023AbgDTQn2 (ORCPT ); Mon, 20 Apr 2020 12:43:28 -0400 Received: from filter.hostedemail.com (clb03-v110.bra.tucows.net [216.40.38.60]) by smtprelay08.hostedemail.com (Postfix) with ESMTP id 2D475182CED5B; Mon, 20 Apr 2020 16:43:27 +0000 (UTC) X-Session-Marker: 6A6F6540706572636865732E636F6D X-HE-Tag: wire71_b275595b508 X-Filterd-Recvd-Size: 2334 Received: from XPS-9350.home (unknown [47.151.136.130]) (Authenticated sender: joe@perches.com) by omf17.hostedemail.com (Postfix) with ESMTPA; Mon, 20 Apr 2020 16:43:24 +0000 (UTC) Message-ID: Subject: Re: [PATCH v1] pinctrl: fix several typos From: Joe Perches To: Dejin Zheng , aisheng.dong@nxp.com, festevam@gmail.com, shawnguo@kernel.org, stefan@agner.ch, kernel@pengutronix.de, linus.walleij@linaro.org, s.hauer@pengutronix.de, geert+renesas@glider.be, thierry.reding@gmail.com, jonathanh@nvidia.com, jun.nie@linaro.org, stephan@gerhold.net, linux-gpio@vger.kernel.org Cc: linux-kernel@vger.kernel.org, Andy Shevchenko Date: Mon, 20 Apr 2020 09:41:09 -0700 In-Reply-To: <20200419164956.3484-1-zhengdejin5@gmail.com> References: <20200419164956.3484-1-zhengdejin5@gmail.com> Content-Type: text/plain; charset="ISO-8859-1" User-Agent: Evolution 3.34.1-2 MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Sender: linux-gpio-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-gpio@vger.kernel.org On Mon, 2020-04-20 at 00:49 +0800, Dejin Zheng wrote: > use codespell to fix lots of typos over frontends. [] > diff --git a/drivers/pinctrl/nomadik/pinctrl-nomadik-db8500.c b/drivers/pinctrl/nomadik/pinctrl-nomadik-db8500.c [] > @@ -418,7 +418,7 @@ static const unsigned lcdvsi1_a_1_pins[] = { DB8500_PIN_E2 }; > static const unsigned lcd_d0_d7_a_1_pins[] = { > DB8500_PIN_G5, DB8500_PIN_G4, DB8500_PIN_H4, DB8500_PIN_H3, > DB8500_PIN_J3, DB8500_PIN_H2, DB8500_PIN_J2, DB8500_PIN_H1 }; > -/* D8 thru D11 often used as TVOUT lines */ > +/* D8 through D11 often used as TVOUT lines */ thru is _really_ common and a generally accepted informal for through so I suggest this not be changed. https://www.dictionary.com/browse/thru preposition, adverb, adjective an informal, simplified spelling of through. https://www.merriam-webster.com/dictionary/thru While never extremely common, tho and thru have a long history of occasional use as spelling variants of though and through. Their greatest popularity occurred in the late 19th and early 20th centuries, when their adoption was advocated by spelling reformers. Their current use occurs chiefly in informal writing (as in personal letters) and in some technical journals.