Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

m68k: fix typos in comments

Various spelling mistakes in comments.
Detected with the help of Coccinelle.

Signed-off-by: Julia Lawall <Julia.Lawall@inria.fr>
Reviewed-by: Geert Uytterhoeven <geert@linux-m68k.org>
Signed-off-by: Greg Ungerer <gerg@linux-m68k.org>

authored by

Julia Lawall and committed by
Greg Ungerer
968f0e1c f95a387c

+3 -3
+1 -1
arch/m68k/coldfire/intc.c
··· 28 28 unsigned char mcf_irq2imr[NR_IRQS]; 29 29 30 30 /* 31 - * Define the miniumun and maximum external interrupt numbers. 31 + * Define the minimum and maximum external interrupt numbers. 32 32 * This is also used as the "level" interrupt numbers. 33 33 */ 34 34 #define EIRQ1 25
+1 -1
arch/m68k/coldfire/m53xx.c
··· 532 532 writel(readl(MCF_SDRAMC_SDCR) | MCF_SDRAMC_SDCR_CKE, 533 533 MCF_SDRAMC_SDCR); 534 534 535 - /* Errata - workaround for SDRAM opeartion after exiting LIMP mode */ 535 + /* Errata - workaround for SDRAM operation after exiting LIMP mode */ 536 536 writel(MCF_SDRAMC_REFRESH, MCF_SDRAMC_LIMP_FIX); 537 537 538 538 /* wait for DQS logic to relock */
+1 -1
arch/m68k/coldfire/pci.c
··· 31 31 static unsigned long iospace; 32 32 33 33 /* 34 - * We need to be carefull probing on bus 0 (directly connected to host 34 + * We need to be careful probing on bus 0 (directly connected to host 35 35 * bridge). We should only access the well defined possible devices in 36 36 * use, ignore aliases and the like. 37 37 */