提交 968f0e1c 编写于 作者: J Julia Lawall 提交者: Greg Ungerer

m68k: fix typos in comments

Various spelling mistakes in comments.
Detected with the help of Coccinelle.
Signed-off-by: NJulia Lawall <Julia.Lawall@inria.fr>
Reviewed-by: NGeert Uytterhoeven <geert@linux-m68k.org>
Signed-off-by: NGreg Ungerer <gerg@linux-m68k.org>
上级 f95a387c
...@@ -28,7 +28,7 @@ ...@@ -28,7 +28,7 @@
unsigned char mcf_irq2imr[NR_IRQS]; 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. * This is also used as the "level" interrupt numbers.
*/ */
#define EIRQ1 25 #define EIRQ1 25
......
...@@ -532,7 +532,7 @@ int clock_pll(int fsys, int flags) ...@@ -532,7 +532,7 @@ int clock_pll(int fsys, int flags)
writel(readl(MCF_SDRAMC_SDCR) | MCF_SDRAMC_SDCR_CKE, writel(readl(MCF_SDRAMC_SDCR) | MCF_SDRAMC_SDCR_CKE,
MCF_SDRAMC_SDCR); 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); writel(MCF_SDRAMC_REFRESH, MCF_SDRAMC_LIMP_FIX);
/* wait for DQS logic to relock */ /* wait for DQS logic to relock */
......
...@@ -31,7 +31,7 @@ static struct pci_bus *rootbus; ...@@ -31,7 +31,7 @@ static struct pci_bus *rootbus;
static unsigned long iospace; 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 * bridge). We should only access the well defined possible devices in
* use, ignore aliases and the like. * use, ignore aliases and the like.
*/ */
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册