Message ID | 20191002145301.11332-1-j.neuschaefer@gmx.net (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
Series | ARM: OMAP1: ams-delta FIQ: Fix a typo ("Initiaize") | expand |
* Jonathan Neuschäfer <j.neuschaefer@gmx.net> [191002 07:54]: > Signed-off-by: Jonathan Neuschäfer <j.neuschaefer@gmx.net> > --- > 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
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) {
Signed-off-by: Jonathan Neuschäfer <j.neuschaefer@gmx.net> --- arch/arm/mach-omap1/ams-delta-fiq.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -- 2.20.1