Skip to content

Commit 0a5ccc9

Browse files
JuliaLawallffainelli
authored andcommitted
ARM: brcmstb: 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: Florian Fainelli <f.fainelli@gmail.com>
1 parent 05e3a8c commit 0a5ccc9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

arch/arm/mach-bcm/platsmp-brcmstb.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ static u32 hif_cont_reg;
5959
/*
6060
* We must quiesce a dying CPU before it can be killed by the boot CPU. Because
6161
* one or more cache may be disabled, we must flush to ensure coherency. We
62-
* cannot use traditionl completion structures or spinlocks as they rely on
62+
* cannot use traditional completion structures or spinlocks as they rely on
6363
* coherency.
6464
*/
6565
static DEFINE_PER_CPU_ALIGNED(int, per_cpu_sw_state);

0 commit comments

Comments
 (0)