diff options
author | Julia Lawall <Julia.Lawall@inria.fr> | 2022-03-18 11:37:03 +0100 |
---|---|---|
committer | Thierry Reding <treding@nvidia.com> | 2022-04-06 15:33:14 +0200 |
commit | d5becc32308c31c6c88bfdf55c1ec8c537a8cdd1 (patch) | |
tree | abc179846086d5187eaa8afac15fd3e56d9f9e96 /arch/arm/mach-tegra | |
parent | Linux 5.18-rc1 (diff) | |
download | linux-d5becc32308c31c6c88bfdf55c1ec8c537a8cdd1.tar.xz linux-d5becc32308c31c6c88bfdf55c1ec8c537a8cdd1.zip |
ARM: tegra: Fix typos in comments
Various spelling mistakes in comments.
Detected with the help of Coccinelle.
Signed-off-by: Julia Lawall <Julia.Lawall@inria.fr>
Signed-off-by: Thierry Reding <treding@nvidia.com>
Diffstat (limited to 'arch/arm/mach-tegra')
-rw-r--r-- | arch/arm/mach-tegra/platsmp.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-tegra/platsmp.c b/arch/arm/mach-tegra/platsmp.c index e6911a14c096..1f57e7c0feae 100644 --- a/arch/arm/mach-tegra/platsmp.c +++ b/arch/arm/mach-tegra/platsmp.c @@ -83,7 +83,7 @@ static int tegra30_boot_secondary(unsigned int cpu, struct task_struct *idle) * For warm boot CPU that was resumed from CPU hotplug, the * power will be resumed automatically after un-halting the * flow controller of the warm boot CPU. We need to wait for - * the confirmaiton that the CPU is powered then removing + * the confirmation that the CPU is powered then removing * the IO clamps. * For cold boot CPU, do not wait. After the cold boot CPU be * booted, it will run to tegra_secondary_init() and set |