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

From: Tony Lindgren
Date: Tue Oct 22 2019 - 12:10:21 EST


* Jonathan NeuschÃfer <j.neuschaefer@xxxxxxx> [191002 07:54]:
> Signed-off-by: Jonathan NeuschÃfer <j.neuschaefer@xxxxxxx>
> ---
> 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