From patchwork Sun May 3 19:11:04 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Christophe JAILLET X-Patchwork-Id: 11524723 X-Patchwork-Delegate: daniel.lezcano@linaro.org Return-Path: Received: from mail.kernel.org (pdx-korg-mail-1.web.codeaurora.org [172.30.200.123]) by pdx-korg-patchwork-2.web.codeaurora.org (Postfix) with ESMTP id 9818E14B4 for ; Sun, 3 May 2020 19:11:42 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 8928820707 for ; Sun, 3 May 2020 19:11:42 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1728933AbgECTLL (ORCPT ); Sun, 3 May 2020 15:11:11 -0400 Received: from smtp13.smtpout.orange.fr ([80.12.242.135]:33907 "EHLO smtp.smtpout.orange.fr" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1728885AbgECTLL (ORCPT ); Sun, 3 May 2020 15:11:11 -0400 Received: from localhost.localdomain ([93.22.151.175]) by mwinf5d76 with ME id aKB62200S3nJVaM03KB7HH; Sun, 03 May 2020 21:11:09 +0200 X-ME-Helo: localhost.localdomain X-ME-Auth: Y2hyaXN0b3BoZS5qYWlsbGV0QHdhbmFkb28uZnI= X-ME-Date: Sun, 03 May 2020 21:11:09 +0200 X-ME-IP: 93.22.151.175 From: Christophe JAILLET To: 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, Christophe JAILLET Subject: [PATCH] thermal: stm32: fix spelling mistake "acces" -> "access" Date: Sun, 3 May 2020 21:11:04 +0200 Message-Id: <20200503191104.153711-1-christophe.jaillet@wanadoo.fr> X-Mailer: git-send-email 2.25.1 MIME-Version: 1.0 Sender: linux-pm-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-pm@vger.kernel.org Fix a typo in Kconfig. Signed-off-by: Christophe JAILLET --- drivers/thermal/st/Kconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/thermal/st/Kconfig b/drivers/thermal/st/Kconfig index 3c3b695cc3e9..58ece381956b 100644 --- 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.