Skip to content

Commit

Permalink
m68k: fix typos in comments
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Julia Lawall authored and Greg Ungerer committed May 16, 2022
1 parent f95a387 commit 968f0e1
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion arch/m68k/coldfire/intc.c
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion arch/m68k/coldfire/m53xx.c
Original file line number Diff line number Diff line change
Expand Up @@ -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 */
Expand Down
2 changes: 1 addition & 1 deletion arch/m68k/coldfire/pci.c
Original file line number Diff line number Diff line change
Expand Up @@ -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.
*/
Expand Down

0 comments on commit 968f0e1

Please sign in to comment.