m68k: fix typos in comments
authorJulia Lawall <Julia.Lawall@inria.fr>
Sat, 30 Apr 2022 19:11:18 +0000 (21:11 +0200)
committerGreg Ungerer <gerg@linux-m68k.org>
Mon, 16 May 2022 03:18:30 +0000 (13:18 +1000)
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>
arch/m68k/coldfire/intc.c
arch/m68k/coldfire/m53xx.c
arch/m68k/coldfire/pci.c

index cce2574..20c084e 100644 (file)
@@ -28,7 +28,7 @@
 unsigned char mcf_irq2imr[NR_IRQS];
 
 /*
- * Define the miniumun and maximum external interrupt numbers.
+ * Define the minimum and maximum external interrupt numbers.
  * This is also used as the "level" interrupt numbers.
  */
 #define        EIRQ1   25
index bd033e1..17af5f6 100644 (file)
@@ -532,7 +532,7 @@ int clock_pll(int fsys, int flags)
                writel(readl(MCF_SDRAMC_SDCR) | MCF_SDRAMC_SDCR_CKE,
                        MCF_SDRAMC_SDCR);
 
-       /* Errata - workaround for SDRAM opeartion after exiting LIMP mode */
+       /* Errata - workaround for SDRAM operation after exiting LIMP mode */
        writel(MCF_SDRAMC_REFRESH, MCF_SDRAMC_LIMP_FIX);
 
        /* wait for DQS logic to relock */
index 84eab0f..ceb5775 100644 (file)
@@ -31,7 +31,7 @@ static struct pci_bus *rootbus;
 static unsigned long iospace;
 
 /*
- * We need to be carefull probing on bus 0 (directly connected to host
+ * We need to be careful probing on bus 0 (directly connected to host
  * bridge). We should only access the well defined possible devices in
  * use, ignore aliases and the like.
  */