From patchwork Fri Apr 17 17:50:20 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Trevor Woerner X-Patchwork-Id: 237933 List-Id: U-Boot discussion From: twoerner at gmail.com (Trevor Woerner) Date: Fri, 17 Apr 2020 13:50:20 -0400 Subject: [PATCH v2 8/8] drivers/reset/Kconfig: fix typo In-Reply-To: <20200417175020.29463-1-twoerner@gmail.com> References: <20200417175020.29463-1-twoerner@gmail.com> Message-ID: <20200417175020.29463-9-twoerner@gmail.com> Signed-off-by: Trevor Woerner --- Changes in v2: added drivers/reset/Kconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/reset/Kconfig b/drivers/reset/Kconfig index 65101ab4e8..88d3be1593 100644 --- a/drivers/reset/Kconfig +++ b/drivers/reset/Kconfig @@ -33,7 +33,7 @@ config STM32_RESET depends on ARCH_STM32 || ARCH_STM32MP help Support for reset controllers on STMicroelectronics STM32 family SoCs. - This resset driver is compatible with STM32 F4/F7 and H7 SoCs. + This reset driver is compatible with STM32 F4/F7 and H7 SoCs. config TEGRA_CAR_RESET bool "Enable Tegra CAR-based reset driver"