Message ID | 20220318103729.157574-11-Julia.Lawall@inria.fr (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
Series | ARM: pxa: mioa701: fix typos in comments | expand |
diff --git a/arch/arm/mach-pxa/mioa701.c b/arch/arm/mach-pxa/mioa701.c index a79f296e81e0..70934b237721 100644 --- a/arch/arm/mach-pxa/mioa701.c +++ b/arch/arm/mach-pxa/mioa701.c @@ -428,7 +428,7 @@ static struct platform_device docg3 = { * - disables interrupts * - initialize SDRAM (self refresh RAM into active RAM) * - initialize GPIOs (depends on value at 0xa020b020) - * - initialize coprossessors + * - initialize coprocessors * - if edge detect on PWR_SCL(GPIO3), then proceed to cold start * - or if value at 0xa020b000 not equal to 0x0f0f0f0f, proceed to cold start * - else do a resume, ie. jump to addr 0xa0100000
Various spelling mistakes in comments. Detected with the help of Coccinelle. Signed-off-by: Julia Lawall <Julia.Lawall@inria.fr> --- arch/arm/mach-pxa/mioa701.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)