diff mbox series

dt-bindings: pinctrl: at91: Fix a typo ("descibe")

Message ID 20200308214230.15193-1-j.neuschaefer@gmx.net
State Not Applicable, archived
Headers show
Series dt-bindings: pinctrl: at91: Fix a typo ("descibe") | expand

Checks

Context Check Description
robh/checkpatch warning "total: 0 errors, 1 warnings, 8 lines checked"

Commit Message

J. Neuschäfer March 8, 2020, 9:42 p.m. UTC
Signed-off-by: Jonathan Neuschäfer <j.neuschaefer@gmx.net>
---
 .../devicetree/bindings/pinctrl/atmel,at91-pinctrl.txt          | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

--
2.20.1

Comments

Ludovic Desroches March 9, 2020, 8:49 a.m. UTC | #1
On Sun, Mar 08, 2020 at 10:42:30PM +0100, Jonathan Neuschäfer wrote:
> 
> Signed-off-by: Jonathan Neuschäfer <j.neuschaefer@gmx.net>
Acked-by: Ludovic Desroches <ludovic.desroches@microchip.com>

> ---
>  .../devicetree/bindings/pinctrl/atmel,at91-pinctrl.txt          | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/Documentation/devicetree/bindings/pinctrl/atmel,at91-pinctrl.txt b/Documentation/devicetree/bindings/pinctrl/atmel,at91-pinctrl.txt
> index eb39f5051159..e8abbdad7b5d 100644
> --- a/Documentation/devicetree/bindings/pinctrl/atmel,at91-pinctrl.txt
> +++ b/Documentation/devicetree/bindings/pinctrl/atmel,at91-pinctrl.txt
> @@ -38,7 +38,7 @@ Bank: 3 (A, B and C)
>    0xffffffff 0x7fff3ccf  /* pioB */
>    0xffffffff 0x007fffff  /* pioC */
> 
> -For each peripheral/bank we will descibe in a u32 if a pin can be
> +For each peripheral/bank we will describe in a u32 if a pin can be
>  configured in it by putting 1 to the pin bit (1 << pin)
> 
>  Let's take the pioA on peripheral B
> --
> 2.20.1
>
Linus Walleij March 12, 2020, 10:45 a.m. UTC | #2
On Sun, Mar 8, 2020 at 10:42 PM Jonathan Neuschäfer
<j.neuschaefer@gmx.net> wrote:

> Signed-off-by: Jonathan Neuschäfer <j.neuschaefer@gmx.net>

Patch applied with Ludovic's ACK.

Yours,
Linus Walleij
diff mbox series

Patch

diff --git a/Documentation/devicetree/bindings/pinctrl/atmel,at91-pinctrl.txt b/Documentation/devicetree/bindings/pinctrl/atmel,at91-pinctrl.txt
index eb39f5051159..e8abbdad7b5d 100644
--- a/Documentation/devicetree/bindings/pinctrl/atmel,at91-pinctrl.txt
+++ b/Documentation/devicetree/bindings/pinctrl/atmel,at91-pinctrl.txt
@@ -38,7 +38,7 @@  Bank: 3 (A, B and C)
   0xffffffff 0x7fff3ccf  /* pioB */
   0xffffffff 0x007fffff  /* pioC */

-For each peripheral/bank we will descibe in a u32 if a pin can be
+For each peripheral/bank we will describe in a u32 if a pin can be
 configured in it by putting 1 to the pin bit (1 << pin)

 Let's take the pioA on peripheral B