diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2016-05-21 07:57:20 -0400 |
---|---|---|
committer | Geert Uytterhoeven <geert@linux-m68k.org> | 2016-07-03 08:05:28 -0400 |
commit | 86a8280a7fe007d61b05fa8a352edc0595283dad (patch) | |
tree | 934fde98c50475649c6adf757912905a31108467 /arch/m68k/coldfire | |
parent | 1a695a905c18548062509178b98bc91e67510864 (diff) |
m68k: Assorted spelling fixes
- s/acccess/access/
- s/accoding/according/
- s/addad/added/
- s/addreess/address/
- s/allocatiom/allocation/
- s/Assember/Assembler/
- s/compactnes/compactness/
- s/conneced/connected/
- s/decending/descending/
- s/diectly/directly/
- s/diplacement/displacement/
Signed-off-by: Andrea Gelmini <andrea.gelmini@gelma.net>
[geert: Squashed, fix arch/m68k/ifpsp060/src/pfpsp.S]
Signed-off-by: Geert Uytterhoeven <geert@linux-m68k.org>
Diffstat (limited to 'arch/m68k/coldfire')
-rw-r--r-- | arch/m68k/coldfire/head.S | 2 | ||||
-rw-r--r-- | arch/m68k/coldfire/m5272.c | 2 | ||||
-rw-r--r-- | arch/m68k/coldfire/pci.c | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/arch/m68k/coldfire/head.S b/arch/m68k/coldfire/head.S index fa31be297b85..73d92ea0ce65 100644 --- a/arch/m68k/coldfire/head.S +++ b/arch/m68k/coldfire/head.S | |||
@@ -288,7 +288,7 @@ _clear_bss: | |||
288 | #endif | 288 | #endif |
289 | 289 | ||
290 | /* | 290 | /* |
291 | * Assember start up done, start code proper. | 291 | * Assembler start up done, start code proper. |
292 | */ | 292 | */ |
293 | jsr start_kernel /* start Linux kernel */ | 293 | jsr start_kernel /* start Linux kernel */ |
294 | 294 | ||
diff --git a/arch/m68k/coldfire/m5272.c b/arch/m68k/coldfire/m5272.c index c525e4c08f84..9abb1a441da0 100644 --- a/arch/m68k/coldfire/m5272.c +++ b/arch/m68k/coldfire/m5272.c | |||
@@ -111,7 +111,7 @@ void __init config_BSP(char *commandp, int size) | |||
111 | /***************************************************************************/ | 111 | /***************************************************************************/ |
112 | 112 | ||
113 | /* | 113 | /* |
114 | * Some 5272 based boards have the FEC ethernet diectly connected to | 114 | * Some 5272 based boards have the FEC ethernet directly connected to |
115 | * an ethernet switch. In this case we need to use the fixed phy type, | 115 | * an ethernet switch. In this case we need to use the fixed phy type, |
116 | * and we need to declare it early in boot. | 116 | * and we need to declare it early in boot. |
117 | */ | 117 | */ |
diff --git a/arch/m68k/coldfire/pci.c b/arch/m68k/coldfire/pci.c index 821de928dc3f..6a640be48568 100644 --- a/arch/m68k/coldfire/pci.c +++ b/arch/m68k/coldfire/pci.c | |||
@@ -42,7 +42,7 @@ static unsigned long iospace; | |||
42 | 42 | ||
43 | /* | 43 | /* |
44 | * We need to be carefull probing on bus 0 (directly connected to host | 44 | * We need to be carefull probing on bus 0 (directly connected to host |
45 | * bridge). We should only acccess the well defined possible devices in | 45 | * bridge). We should only access the well defined possible devices in |
46 | * use, ignore aliases and the like. | 46 | * use, ignore aliases and the like. |
47 | */ | 47 | */ |
48 | static unsigned char mcf_host_slot2sid[32] = { | 48 | static unsigned char mcf_host_slot2sid[32] = { |