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 B38C2C28CBC for ; Sun, 3 May 2020 20:06:31 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 83A0720643 for ; Sun, 3 May 2020 20:06:31 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1729080AbgECUGa (ORCPT ); Sun, 3 May 2020 16:06:30 -0400 Received: from smtprelay0218.hostedemail.com ([216.40.44.218]:49860 "EHLO smtprelay.hostedemail.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1729052AbgECUGa (ORCPT ); Sun, 3 May 2020 16:06:30 -0400 Received: from filter.hostedemail.com (clb03-v110.bra.tucows.net [216.40.38.60]) by smtprelay03.hostedemail.com (Postfix) with ESMTP id 4D39380196CE; Sun, 3 May 2020 20:06:29 +0000 (UTC) X-Session-Marker: 6A6F6540706572636865732E636F6D X-HE-Tag: twig67_386849556fe11 X-Filterd-Recvd-Size: 1750 Received: from XPS-9350.home (unknown [47.151.136.130]) (Authenticated sender: joe@perches.com) by omf12.hostedemail.com (Postfix) with ESMTPA; Sun, 3 May 2020 20:06:27 +0000 (UTC) Message-ID: <67bb48d7e7927b6b50bafa69a21eef41fc2157b5.camel@perches.com> Subject: Re: [PATCH] thermal: stm32: fix spelling mistake "acces" -> "access" From: Joe Perches To: Christophe JAILLET , rui.zhang@intel.com, daniel.lezcano@linaro.org, amit.kucheria@verdurent.com, edubezval@gmail.com, info@metux.net, tglx@linutronix.de, gregkh@linuxfoundation.org Cc: linux-pm@vger.kernel.org, linux-kernel@vger.kernel.org, kernel-janitors@vger.kernel.org Date: Sun, 03 May 2020 13:06:25 -0700 In-Reply-To: <20200503191104.153711-1-christophe.jaillet@wanadoo.fr> References: <20200503191104.153711-1-christophe.jaillet@wanadoo.fr> Content-Type: text/plain; charset="ISO-8859-1" User-Agent: Evolution 3.36.1-2 MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Sun, 2020-05-03 at 21:11 +0200, Christophe JAILLET wrote: > Fix a typo in Kconfig. [] > diff --git a/drivers/thermal/st/Kconfig b/drivers/thermal/st/Kconfig [] > @@ -23,5 +23,5 @@ config STM32_THERMAL > help > Support for thermal framework on STMicroelectronics STM32 series of > SoCs. This thermal driver allows to access to general thermal framework > - functionalities and to acces to SoC sensor functionalities. This > + functionalities and to access to SoC sensor functionalities. This > configuration is fully dependent of MACH_STM32MP157. Could fix the grammar too: This thermal driver allows to access general thermal framework functionalities and access to SoC sensor functionalities.