From mboxrd@z Thu Jan 1 00:00:00 1970 From: Chris Packham Date: Sun, 13 Jan 2019 22:13:26 +1300 Subject: [U-Boot] [PATCH 08/10] pinctrl: Kconfig: spelling fixes In-Reply-To: <20190113091328.27164-1-judge.packham@gmail.com> References: <20190113091328.27164-1-judge.packham@gmail.com> Message-ID: <20190113091328.27164-9-judge.packham@gmail.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Signed-off-by: Chris Packham --- drivers/pinctrl/Kconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/pinctrl/Kconfig b/drivers/pinctrl/Kconfig index 30a6aa6ee8eb..fb441b3bf1bc 100644 --- a/drivers/pinctrl/Kconfig +++ b/drivers/pinctrl/Kconfig @@ -146,7 +146,7 @@ config PINCTRL_PIC32 Supports individual pin selection and configuration for each remappable peripheral available on Microchip PIC32 SoCs. This driver is controlled by a device tree node which - contains both GPIO defintion and pin control functions. + contains both GPIO definition and pin control functions. config PINCTRL_QCA953X bool "QCA/Athores qca953x pin control driver" -- 2.20.1