Skip to content

Commit 2946aa9

Browse files
JuliaLawallmmind
authored andcommitted
ARM: rockchip: fix typos in comments
Various spelling mistakes in comments. Detected with the help of Coccinelle. Signed-off-by: Julia Lawall <Julia.Lawall@inria.fr> Link: https://lore.kernel.org/r/20220318103729.157574-32-Julia.Lawall@inria.fr Signed-off-by: Heiko Stuebner <heiko@sntech.de>
1 parent 3123109 commit 2946aa9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

arch/arm/mach-rockchip/platsmp.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@ static int rockchip_boot_secondary(unsigned int cpu, struct task_struct *idle)
137137
/*
138138
* We communicate with the bootrom to active the cpus other
139139
* than cpu0, after a blob of initialize code, they will
140-
* stay at wfe state, once they are actived, they will check
140+
* stay at wfe state, once they are activated, they will check
141141
* the mailbox:
142142
* sram_base_addr + 4: 0xdeadbeaf
143143
* sram_base_addr + 8: start address for pc

0 commit comments

Comments
 (0)