diff options
author | Jonathan Neuschäfer <j.neuschaefer@gmx.net> | 2019-10-02 16:53:00 +0200 |
---|---|---|
committer | Tony Lindgren <tony@atomide.com> | 2019-10-22 18:08:06 +0200 |
commit | ed2b6b129c2b80318437b878a0e84ab0c3de2baf (patch) | |
tree | 1d5246a4639cd3b8c2eb7aba498d35778939ccbe /arch/arm/mach-omap1 | |
parent | Linux 5.4-rc1 (diff) | |
download | linux-ed2b6b129c2b80318437b878a0e84ab0c3de2baf.tar.xz linux-ed2b6b129c2b80318437b878a0e84ab0c3de2baf.zip |
ARM: OMAP1: ams-delta FIQ: Fix a typo ("Initiaize")
Fix a typo ("Initiaize").
Signed-off-by: Jonathan Neuschäfer <j.neuschaefer@gmx.net>
Message-Id: <20191002145301.11332-1-j.neuschaefer@gmx.net>
Signed-off-by: Tony Lindgren <tony@atomide.com>
Diffstat (limited to 'arch/arm/mach-omap1')
-rw-r--r-- | arch/arm/mach-omap1/ams-delta-fiq.c | 2 |
1 files changed, 1 insertions, 1 deletions
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) { |