2019-10-02 15:11:09

by J. Neuschäfer

[permalink] [raw]
Subject: [PATCH] ARM: OMAP1: ams-delta FIQ: Fix a typo ("Initiaize")

Signed-off-by: Jonathan Neuschäfer <[email protected]>
---
arch/arm/mach-omap1/ams-delta-fiq.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/arch/arm/mach-omap1/ams-delta-fiq.c b/arch/arm/mach-omap1/ams-delta-fiq.c
index 0254eb9cf8c6..4eea3e39e633 100644
--- a/arch/arm/mach-omap1/ams-delta-fiq.c
+++ b/arch/arm/mach-omap1/ams-delta-fiq.c
@@ -110,7 +110,7 @@ void __init ams_delta_init_fiq(struct gpio_chip *chip,

/*
* FIQ handler takes full control over serio data and clk GPIO
- * pins. Initiaize them and keep requested so nobody can
+ * pins. Initialize them and keep requested so nobody can
* interfere. Fail if any of those two couldn't be requested.
*/
switch (i) {
--
2.20.1


2019-10-22 17:13:30

by Tony Lindgren

[permalink] [raw]
Subject: Re: [PATCH] ARM: OMAP1: ams-delta FIQ: Fix a typo ("Initiaize")

* Jonathan Neuschäfer <[email protected]> [191002 07:54]:
> Signed-off-by: Jonathan Neuschäfer <[email protected]>
> ---
> arch/arm/mach-omap1/ams-delta-fiq.c | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/arch/arm/mach-omap1/ams-delta-fiq.c b/arch/arm/mach-omap1/ams-delta-fiq.c
> index 0254eb9cf8c6..4eea3e39e633 100644
> --- a/arch/arm/mach-omap1/ams-delta-fiq.c
> +++ b/arch/arm/mach-omap1/ams-delta-fiq.c
> @@ -110,7 +110,7 @@ void __init ams_delta_init_fiq(struct gpio_chip *chip,
>
> /*
> * FIQ handler takes full control over serio data and clk GPIO
> - * pins. Initiaize them and keep requested so nobody can
> + * pins. Initialize them and keep requested so nobody can
> * interfere. Fail if any of those two couldn't be requested.
> */
> switch (i) {
> --

Thanks applying into omap-for-v5.5/omap1.

Regards,

Tony