Commit a8de5ce9895367191df9b30804a0c67cfcc9f27a

Authored by Simon Arlott
Committed by Paul Mackerras
1 parent dab4d7984e

[POWERPC] Spelling fixes: arch/ppc/

Spelling fixes in arch/ppc/.

Signed-off-by: Simon Arlott <simon@fire.lp0.eu>
Signed-off-by: Paul Mackerras <paulus@samba.org>

Showing 40 changed files with 67 additions and 67 deletions Side-by-side Diff

arch/ppc/4xx_io/serial_sicc.c
... ... @@ -3,7 +3,7 @@
3 3 *
4 4 * Based on drivers/char/serial_amba.c, by ARM Ltd.
5 5 *
6   - * Copyright 2001 IBM Crop.
  6 + * Copyright 2001 IBM Corp.
7 7 * Author: IBM China Research Lab
8 8 * Yudong Yang <yangyud@cn.ibm.com>
9 9 * Yi Ge <geyi@cn.ibm.com>
10 10  
... ... @@ -155,16 +155,16 @@
155 155  
156 156 /* serial port transmit command register */
157 157  
158   -#define _TxCR_ET_MASK 0x80 /* transmiter enable mask */
  158 +#define _TxCR_ET_MASK 0x80 /* transmitter enable mask */
159 159 #define _TxCR_DME_MASK 0x60 /* dma mode mask */
160 160 #define _TxCR_TIE_MASK 0x10 /* empty interrupt enable mask */
161 161 #define _TxCR_EIE_MASK 0x08 /* error interrupt enable mask */
162 162 #define _TxCR_SPE_MASK 0x04 /* stop/pause mask */
163 163 #define _TxCR_TB_MASK 0x02 /* transmit break mask */
164 164  
165   -#define _TxCR_ET_ENABLE _TxCR_ET_MASK /* transmiter enabled */
166   -#define _TxCR_DME_DISABLE 0x00 /* transmiter disabled, TBR intr disabled */
167   -#define _TxCR_DME_TBR 0x20 /* transmiter disabled, TBR intr enabled */
  165 +#define _TxCR_ET_ENABLE _TxCR_ET_MASK /* transmitter enabled */
  166 +#define _TxCR_DME_DISABLE 0x00 /* transmitter disabled, TBR intr disabled */
  167 +#define _TxCR_DME_TBR 0x20 /* transmitter disabled, TBR intr enabled */
168 168 #define _TxCR_DME_CHAN_2 0x40 /* dma enabled, destination chann 2 */
169 169 #define _TxCR_DME_CHAN_3 0x60 /* dma enabled, destination chann 3 */
170 170  
arch/ppc/8xx_io/commproc.c
... ... @@ -144,7 +144,7 @@
144 144  
145 145 /* Set SDMA Bus Request priority 5.
146 146 * On 860T, this also enables FEC priority 6. I am not sure
147   - * this is what we realy want for some applications, but the
  147 + * this is what we really want for some applications, but the
148 148 * manual recommends it.
149 149 * Bit 25, FAM can also be set to use FEC aggressive mode (860T).
150 150 */
arch/ppc/8xx_io/fec.c
... ... @@ -1878,7 +1878,7 @@
1878 1878 bdp--;
1879 1879 bdp->cbd_sc |= BD_SC_WRAP;
1880 1880  
1881   - /* ...and the same for transmmit.
  1881 + /* ...and the same for transmit.
1882 1882 */
1883 1883 bdp = fep->tx_bd_base;
1884 1884 for (i=0; i<TX_RING_SIZE; i++) {
arch/ppc/boot/lib/vreset.c
... ... @@ -518,7 +518,7 @@
518 518 outb(0x3c6, 0xff); /* MASK */
519 519  
520 520 for ( i = 0; i < 0x10; i++)
521   - writeAttr(i, AC[i], 0); /* pallete */
  521 + writeAttr(i, AC[i], 0); /* palette */
522 522 writeAttr(0x10, 0x0c, 0); /* text mode */
523 523 writeAttr(0x11, 0x00, 0); /* overscan color (border) */
524 524 writeAttr(0x12, 0x0f, 0); /* plane enable */
arch/ppc/boot/simple/m8xx_tty.c
1 1 /* Minimal serial functions needed to send messages out the serial
2 2 * port on the MBX console.
3 3 *
4   - * The MBX uxes SMC1 for the serial port. We reset the port and use
  4 + * The MBX uses SMC1 for the serial port. We reset the port and use
5 5 * only the first BD that EPPC-Bug set up as a character FIFO.
6 6 *
7 7 * Later versions (at least 1.4, maybe earlier) of the MBX EPPC-Bug
arch/ppc/boot/simple/misc-embedded.c
... ... @@ -136,7 +136,7 @@
136 136  
137 137 /*
138 138 * We link ourself to an arbitrary low address. When we run, we
139   - * relocate outself to that address. __image_being points to
  139 + * relocate ourself to that address. __image_being points to
140 140 * the part of the image where the zImage is. -- Tom
141 141 */
142 142 zimage_start = (char *)(unsigned long)(&__image_begin);
arch/ppc/boot/simple/mpc52xx_tty.c
... ... @@ -33,7 +33,7 @@
33 33 * rtc. We read the decrementer change during one rtc tick
34 34 * and multiply by 4 to get the system bus clock frequency. Since a
35 35 * rtc tick is one seconds, and that's pretty long, we change the rtc
36   - * dividers temporarly to set them 64x faster ;)
  36 + * dividers temporarily to set them 64x faster ;)
37 37 */
38 38 static int
39 39 mpc52xx_ipbfreq(void)
arch/ppc/boot/simple/mv64x60_tty.c
... ... @@ -338,7 +338,7 @@
338 338  
339 339 rdp = &rd[com_port][cur_rd[com_port]];
340 340  
341   - /* Go thru rcv desc's until empty looking for one with data (no error)*/
  341 + /* Go through rcv descs until empty looking for one with data (no error)*/
342 342 while (((rdp->cmd_stat & SDMA_DESC_CMDSTAT_O) == 0) &&
343 343 (loop_count++ < RX_NUM_DESC)) {
344 344  
arch/ppc/boot/simple/rw4/stb.h
... ... @@ -88,7 +88,7 @@
88 88 /*----------------------------------------------------------------------------+
89 89 | STB tasks, task stack sizes, and task priorities. The actual task priority
90 90 | is 1 more than the specified number since priority 0 is reserved (system
91   -| internaly adds 1 to supplied priority number).
  91 +| internally adds 1 to supplied priority number).
92 92 +----------------------------------------------------------------------------*/
93 93 #define STB_IDLE_TASK_SS (5* 1024)
94 94 #define STB_IDLE_TASK_PRIO 0
arch/ppc/kernel/traps.c
... ... @@ -577,7 +577,7 @@
577 577 * ESR_DST (!?) or 0. In the process of chasing this with the
578 578 * hardware people - not sure if it can happen on any illegal
579 579 * instruction or only on FP instructions, whether there is a
580   - * pattern to occurences etc. -dgibson 31/Mar/2003 */
  580 + * pattern to occurrences etc. -dgibson 31/Mar/2003 */
581 581 if (!(reason & REASON_TRAP) && do_mathemu(regs) == 0) {
582 582 emulate_single_step(regs);
583 583 return;
... ... @@ -860,7 +860,7 @@
860 860 spefscr = current->thread.spefscr;
861 861 fpexc_mode = current->thread.fpexc_mode;
862 862  
863   - /* Hardware does not neccessarily set sticky
  863 + /* Hardware does not necessarily set sticky
864 864 * underflow/overflow/invalid flags */
865 865 if ((spefscr & SPEFSCR_FOVF) && (fpexc_mode & PR_FP_EXC_OVF)) {
866 866 code = FPE_FLTOVF;
... ... @@ -48,7 +48,7 @@
48 48 #include "mmu_decl.h"
49 49  
50 50 #if defined(CONFIG_KERNEL_START_BOOL) || defined(CONFIG_LOWMEM_SIZE_BOOL)
51   -/* The ammount of lowmem must be within 0xF0000000 - KERNELBASE. */
  51 +/* The amount of lowmem must be within 0xF0000000 - KERNELBASE. */
52 52 #if (CONFIG_LOWMEM_SIZE > (0xF0000000 - KERNELBASE))
53 53 #error "You must adjust CONFIG_LOWMEM_SIZE or CONFIG_START_KERNEL"
54 54 #endif
arch/ppc/platforms/4xx/bubinga.c
... ... @@ -197,7 +197,7 @@
197 197 hose->first_busno, PCI_SLOT(hose->first_busno),
198 198 PCI_FUNC(hose->first_busno), bar, bar_response);
199 199 }
200   - /* end work arround */
  200 + /* end workaround */
201 201  
202 202 #ifdef DEBUG
203 203 printk("PCI bridge regs after fixup \n");
arch/ppc/platforms/4xx/ep405.c
... ... @@ -130,7 +130,7 @@
130 130 hose->first_busno, PCI_SLOT(hose->first_busno),
131 131 PCI_FUNC(hose->first_busno), bar, bar_response);
132 132 }
133   - /* end work arround */
  133 + /* end workaround */
134 134 #endif
135 135 }
136 136  
arch/ppc/platforms/4xx/ibmnp405h.h
... ... @@ -80,7 +80,7 @@
80 80 #define DCRN_CPMFR_BASE 0x0B9
81 81 #define DCRN_CPMER_BASE 0x0B8
82 82  
83   -/* CPM Clocking & Power Mangement defines */
  83 +/* CPM Clocking & Power Management defines */
84 84 #define IBM_CPM_PCI 0x40000000 /* PCI */
85 85 #define IBM_CPM_EMAC2 0x20000000 /* EMAC 2 MII */
86 86 #define IBM_CPM_EMAC3 0x04000000 /* EMAC 3 MII */
arch/ppc/platforms/4xx/sycamore.c
... ... @@ -225,7 +225,7 @@
225 225 hose->first_busno, PCI_SLOT(hose->first_busno),
226 226 PCI_FUNC(hose->first_busno), bar, bar_response);
227 227 }
228   - /* end work arround */
  228 + /* end workaround */
229 229  
230 230 #ifdef DEBUG
231 231 printk("PCI bridge regs after fixup \n");
arch/ppc/platforms/4xx/walnut.c
... ... @@ -200,7 +200,7 @@
200 200 hose->first_busno, PCI_SLOT(hose->first_busno),
201 201 PCI_FUNC(hose->first_busno), bar, bar_response);
202 202 }
203   - /* end work arround */
  203 + /* end work around */
204 204  
205 205 #ifdef DEBUG
206 206 printk("PCI bridge regs after fixup \n");
arch/ppc/platforms/ev64360.c
... ... @@ -473,7 +473,7 @@
473 473 * are non-zero, then we should use the board info from the bd_t
474 474 * structure and the cmdline pointed to by r6 instead of the
475 475 * information from birecs, if any. Otherwise, use the information
476   - * from birecs as discovered by the preceeding call to
  476 + * from birecs as discovered by the preceding call to
477 477 * parse_bootinfo(). This rule should work with both PPCBoot, which
478 478 * uses a bd_t board info structure, and the kernel boot wrapper,
479 479 * which uses birecs.
arch/ppc/platforms/hdpu.c
... ... @@ -144,7 +144,7 @@
144 144  
145 145 /* Enable pipelining */
146 146 mv64x60_set_bits(&bh, MV64x60_CPU_CONFIG, (1 << 13));
147   - /* Enable Snoop Pipelineing */
  147 + /* Enable Snoop Pipelining */
148 148 mv64x60_set_bits(&bh, MV64360_D_UNIT_CONTROL_HIGH, (1 << 24));
149 149  
150 150 /*
arch/ppc/platforms/katana.c
... ... @@ -880,7 +880,7 @@
880 880 * are non-zero, then we should use the board info from the bd_t
881 881 * structure and the cmdline pointed to by r6 instead of the
882 882 * information from birecs, if any. Otherwise, use the information
883   - * from birecs as discovered by the preceeding call to
  883 + * from birecs as discovered by the preceding call to
884 884 * parse_bootinfo(). This rule should work with both PPCBoot, which
885 885 * uses a bd_t board info structure, and the kernel boot wrapper,
886 886 * which uses birecs.
arch/ppc/platforms/mbx.h
... ... @@ -37,7 +37,7 @@
37 37  
38 38 /* Memory map for the MBX as configured by EPPC-Bug. We could reprogram
39 39 * The SIU and PCI bridge, and try to use larger MMU pages, but the
40   - * performance gain is not measureable and it certainly complicates the
  40 + * performance gain is not measurable and it certainly complicates the
41 41 * generic MMU model.
42 42 *
43 43 * In a effort to minimize memory usage for embedded applications, any
arch/ppc/platforms/mvme5100.h
... ... @@ -69,7 +69,7 @@
69 69  
70 70 #define STD_COM_FLAGS ASYNC_BOOT_AUTOCONF
71 71  
72   -/* All UART IRQ's are wire-OR'd to one MPIC IRQ */
  72 +/* All UART IRQs are wire-OR'd to one MPIC IRQ */
73 73 #define STD_SERIAL_PORT_DFNS \
74 74 { 0, BASE_BAUD, MVME5100_SERIAL_1, \
75 75 MVME5100_SERIAL_IRQ, \
arch/ppc/platforms/pplus.h
... ... @@ -18,7 +18,7 @@
18 18 #include <asm/io.h>
19 19  
20 20 /*
21   - * Due to limiations imposed by legacy hardware (primaryily IDE controllers),
  21 + * Due to limitations imposed by legacy hardware (primarily IDE controllers),
22 22 * the PPLUS boards operate using a PReP address map.
23 23 *
24 24 * From Processor (physical) -> PCI:
arch/ppc/platforms/prep_pci.c
... ... @@ -589,9 +589,9 @@
589 589 { 4, 1, 2, 3}, /* Buses 3, 7, 11 ... */
590 590 };
591 591  
592   -/* We have to turn on LEVEL mode for changed IRQ's */
593   -/* All PCI IRQ's need to be level mode, so this should be something
594   - * other than hard-coded as well... IRQ's are individually mappable
  592 +/* We have to turn on LEVEL mode for changed IRQs */
  593 +/* All PCI IRQs need to be level mode, so this should be something
  594 + * other than hard-coded as well... IRQs are individually mappable
595 595 * to either edge or level.
596 596 */
597 597  
... ... @@ -923,8 +923,8 @@
923 923 Motherboard_map_name = "IBM 6015/7020 (Sandalfoot/Sandalbow)";
924 924 Motherboard_map = ibm6015_pci_IRQ_map;
925 925 Motherboard_routes = ibm6015_pci_IRQ_routes;
926   - *irq_edge_mask_lo = 0x00; /* irq's 0-7 all edge-triggered */
927   - *irq_edge_mask_hi = 0xA0; /* irq's 13, 15 level-triggered */
  926 + *irq_edge_mask_lo = 0x00; /* IRQs 0-7 all edge-triggered */
  927 + *irq_edge_mask_hi = 0xA0; /* IRQs 13, 15 level-triggered */
928 928 }
929 929  
930 930 void __init
... ... @@ -933,8 +933,8 @@
933 933 Motherboard_map_name = "IBM Thinkpad 850/860";
934 934 Motherboard_map = Nobis_pci_IRQ_map;
935 935 Motherboard_routes = Nobis_pci_IRQ_routes;
936   - *irq_edge_mask_lo = 0x00; /* irq's 0-7 all edge-triggered */
937   - *irq_edge_mask_hi = 0xA0; /* irq's 13, 15 level-triggered */
  936 + *irq_edge_mask_lo = 0x00; /* IRQs 0-7 all edge-triggered */
  937 + *irq_edge_mask_hi = 0xA0; /* IRQs 13, 15 level-triggered */
938 938 }
939 939  
940 940 void __init
... ... @@ -943,8 +943,8 @@
943 943 Motherboard_map_name = "IBM 7248, PowerSeries 830/850 (Carolina)";
944 944 Motherboard_map = ibm8xx_pci_IRQ_map;
945 945 Motherboard_routes = ibm8xx_pci_IRQ_routes;
946   - *irq_edge_mask_lo = 0x00; /* irq's 0-7 all edge-triggered */
947   - *irq_edge_mask_hi = 0xA4; /* irq's 10, 13, 15 level-triggered */
  946 + *irq_edge_mask_lo = 0x00; /* IRQs 0-7 all edge-triggered */
  947 + *irq_edge_mask_hi = 0xA4; /* IRQs 10, 13, 15 level-triggered */
948 948 }
949 949  
950 950 void __init
... ... @@ -954,8 +954,8 @@
954 954 Motherboard_map = ibm43p_pci_IRQ_map;
955 955 Motherboard_routes = ibm43p_pci_IRQ_routes;
956 956 Motherboard_non0 = ibm43p_pci_map_non0;
957   - *irq_edge_mask_lo = 0x00; /* irq's 0-7 all edge-triggered */
958   - *irq_edge_mask_hi = 0xA0; /* irq's 13, 15 level-triggered */
  957 + *irq_edge_mask_lo = 0x00; /* IRQs 0-7 all edge-triggered */
  958 + *irq_edge_mask_hi = 0xA0; /* IRQs 13, 15 level-triggered */
959 959 }
960 960  
961 961 void __init
arch/ppc/platforms/prep_setup.c
... ... @@ -593,7 +593,7 @@
593 593 PPC_DEVICE *audiodevice = NULL;
594 594  
595 595 /*
596   - * Get the needed resource informations from residual data.
  596 + * Get the needed resource information from residual data.
597 597 *
598 598 */
599 599 if (have_residual_data)
600 600  
... ... @@ -632,9 +632,9 @@
632 632 }
633 633  
634 634 /*
635   - * Find a way to push these informations to the cs4232 driver
  635 + * Find a way to push this information to the cs4232 driver
636 636 * Give it out with printk, when not in cmd_line?
637   - * Append it to cmd_line and boot_command_line?
  637 + * Append it to cmd_line and boot_command_line?
638 638 * Format is cs4232=io,irq,dma,dma2
639 639 */
640 640 }
arch/ppc/platforms/prpmc750.h
... ... @@ -16,7 +16,7 @@
16 16 #define __ASM_PRPMC750_H__
17 17  
18 18 /*
19   - * Due to limiations imposed by legacy hardware (primaryily IDE controllers),
  19 + * Due to limitations imposed by legacy hardware (primarily IDE controllers),
20 20 * the PrPMC750 carrier board operates using a PReP address map.
21 21 *
22 22 * From Processor (physical) -> PCI:
arch/ppc/platforms/radstone_ppc7d.c
... ... @@ -1371,7 +1371,7 @@
1371 1371 * are non-zero, then we should use the board info from the bd_t
1372 1372 * structure and the cmdline pointed to by r6 instead of the
1373 1373 * information from birecs, if any. Otherwise, use the information
1374   - * from birecs as discovered by the preceeding call to
  1374 + * from birecs as discovered by the preceding call to
1375 1375 * parse_bootinfo(). This rule should work with both PPCBoot, which
1376 1376 * uses a bd_t board info structure, and the kernel boot wrapper,
1377 1377 * which uses birecs.
arch/ppc/platforms/sandpoint.c
... ... @@ -54,7 +54,7 @@
54 54 *
55 55 *
56 56 * Motorola has finally released a version of DINK32 that correctly
57   - * (seemingly) initalizes the memory controller correctly, regardless
  57 + * (seemingly) initializes the memory controller correctly, regardless
58 58 * of the amount of memory in the system. Once a method of determining
59 59 * what version of DINK initializes the system for us, if applicable, is
60 60 * found, we can hopefully stop hardcoding 32MB of RAM.
... ... @@ -473,7 +473,7 @@
473 473 arch_initcall(sandpoint_request_io);
474 474  
475 475 /*
476   - * Interrupt setup and service. Interrrupts on the Sandpoint come
  476 + * Interrupt setup and service. Interrupts on the Sandpoint come
477 477 * from the four PCI slots plus the 8259 in the Winbond Super I/O (SIO).
478 478 * The 8259 is cascaded from EPIC IRQ0, IRQ1-4 map to PCI slots 1-4,
479 479 * IDE is on EPIC 7 and 8.
... ... @@ -505,7 +505,7 @@
505 505 if (bp->bi_memsize)
506 506 return bp->bi_memsize;
507 507  
508   - /* DINK32 13.0 correctly initalizes things, so iff you use
  508 + /* DINK32 13.0 correctly initializes things, so iff you use
509 509 * this you _should_ be able to change this instead of a
510 510 * hardcoded value. */
511 511 #if 0
... ... @@ -677,7 +677,7 @@
677 677 * are non-zero, then we should use the board info from the bd_t
678 678 * structure and the cmdline pointed to by r6 instead of the
679 679 * information from birecs, if any. Otherwise, use the information
680   - * from birecs as discovered by the preceeding call to
  680 + * from birecs as discovered by the preceding call to
681 681 * parse_bootinfo(). This rule should work with both PPCBoot, which
682 682 * uses a bd_t board info structure, and the kernel boot wrapper,
683 683 * which uses birecs.
arch/ppc/syslib/harrier.c
... ... @@ -210,7 +210,7 @@
210 210 * This assumes that PPCBug has initialized the memory controller (SMC)
211 211 * on the Harrier correctly (i.e., it does no sanity checking).
212 212 * It also assumes that the memory base registers are set to configure the
213   - * memory as contigous starting with "RAM A BASE", "RAM B BASE", etc.
  213 + * memory as contiguous starting with "RAM A BASE", "RAM B BASE", etc.
214 214 * however, RAM base registers can be skipped (e.g. A, B, C are set,
215 215 * D is skipped but E is set is okay).
216 216 */
arch/ppc/syslib/hawk_common.c
... ... @@ -165,7 +165,7 @@
165 165 processor_pci_mem_start +
166 166 hose->mem_space.start) | 0x0);
167 167  
168   - /* Map MPIC into vitual memory */
  168 + /* Map MPIC into virtual memory */
169 169 OpenPIC_Addr = ioremap(processor_mpic_base, HAWK_MPIC_SIZE);
170 170  
171 171 return 0;
... ... @@ -176,7 +176,7 @@
176 176 * This assumes that PPCBug has initialized the memory controller (SMC)
177 177 * on the Falcon/HAWK correctly (i.e., it does no sanity checking).
178 178 * It also assumes that the memory base registers are set to configure the
179   - * memory as contigous starting with "RAM A BASE", "RAM B BASE", etc.
  179 + * memory as contiguous starting with "RAM A BASE", "RAM B BASE", etc.
180 180 * however, RAM base registers can be skipped (e.g. A, B, C are set,
181 181 * D is skipped but E is set is okay).
182 182 */
arch/ppc/syslib/m82xx_pci.c
... ... @@ -197,7 +197,7 @@
197 197 CPM high 0b0000
198 198 CPM middle 0b0001
199 199 CPM low 0b0010
200   - PCI reguest 0b0011
  200 + PCI request 0b0011
201 201 Reserved 0b0100
202 202 Reserved 0b0101
203 203 Internal Core 0b0110
arch/ppc/syslib/mpc10x_common.c
... ... @@ -432,7 +432,7 @@
432 432 phys_eumb_base);
433 433 }
434 434  
435   - /* IRQ's are determined at runtime */
  435 + /* IRQs are determined at runtime */
436 436 ppc_sys_platform_devices[MPC10X_IIC1].resource[1].start = MPC10X_I2C_IRQ;
437 437 ppc_sys_platform_devices[MPC10X_IIC1].resource[1].end = MPC10X_I2C_IRQ;
438 438 ppc_sys_platform_devices[MPC10X_DMA0].resource[1].start = MPC10X_DMA0_IRQ;
... ... @@ -646,7 +646,7 @@
646 646 openpic_set_sources(EPIC_IRQ_BASE, 3, OpenPIC_Addr + 0x11020);
647 647 /* Skip reserved space and map Message Unit Interrupt (I2O) */
648 648 openpic_set_sources(EPIC_IRQ_BASE + 3, 1, OpenPIC_Addr + 0x110C0);
649   - /* Skip reserved space and map Serial Interupts */
  649 + /* Skip reserved space and map Serial Interrupts */
650 650 openpic_set_sources(EPIC_IRQ_BASE + 4, 2, OpenPIC_Addr + 0x11120);
651 651  
652 652 openpic_init(NUM_8259_INTERRUPTS);
arch/ppc/syslib/mpc52xx_setup.c
... ... @@ -252,7 +252,7 @@
252 252 out_be32(&xlb->snoop_window, MPC52xx_PCI_TARGET_MEM | 0x1d);
253 253  
254 254 /* Disable XLB pipelining */
255   - /* (cfr errate 292. We could do this only just before ATA PIO
  255 + /* (cfr errata 292. We could do this only just before ATA PIO
256 256 transaction and re-enable it after ...) */
257 257 out_be32(&xlb->config, in_be32(&xlb->config) | MPC52xx_XLB_CFG_PLDIS);
258 258  
arch/ppc/syslib/mpc8xx_devices.c
... ... @@ -21,7 +21,7 @@
21 21 #include <asm/irq.h>
22 22 #include <asm/ppc_sys.h>
23 23  
24   -/* We use offsets for IORESOURCE_MEM to do not set dependences at compile time.
  24 +/* We use offsets for IORESOURCE_MEM to do not set dependencies at compile time.
25 25 * They will get fixed up by mach_mpc8xx_fixup
26 26 */
27 27  
arch/ppc/syslib/mv64x60.c
... ... @@ -490,7 +490,7 @@
490 490 /*
491 491 * mv64x60_init()
492 492 *
493   - * Initialze the bridge based on setting passed in via 'si'. The bridge
  493 + * Initialize the bridge based on setting passed in via 'si'. The bridge
494 494 * handle, 'bh', will be set so that it can be used to make subsequent
495 495 * calls to routines in this file.
496 496 */
... ... @@ -1704,7 +1704,7 @@
1704 1704 /*
1705 1705 * gt64260a_chip_specific_init()
1706 1706 *
1707   - * Implement errata work arounds for the GT64260A.
  1707 + * Implement errata workarounds for the GT64260A.
1708 1708 */
1709 1709 static void __init
1710 1710 gt64260a_chip_specific_init(struct mv64x60_handle *bh,
... ... @@ -1776,7 +1776,7 @@
1776 1776 /*
1777 1777 * gt64260b_chip_specific_init()
1778 1778 *
1779   - * Implement errata work arounds for the GT64260B.
  1779 + * Implement errata workarounds for the GT64260B.
1780 1780 */
1781 1781 static void __init
1782 1782 gt64260b_chip_specific_init(struct mv64x60_handle *bh,
... ... @@ -2316,7 +2316,7 @@
2316 2316 /*
2317 2317 * mv64360_chip_specific_init()
2318 2318 *
2319   - * Implement errata work arounds for the MV64360.
  2319 + * Implement errata workarounds for the MV64360.
2320 2320 */
2321 2321 static void __init
2322 2322 mv64360_chip_specific_init(struct mv64x60_handle *bh,
... ... @@ -2336,7 +2336,7 @@
2336 2336 /*
2337 2337 * mv64460_chip_specific_init()
2338 2338 *
2339   - * Implement errata work arounds for the MV64460.
  2339 + * Implement errata workarounds for the MV64460.
2340 2340 */
2341 2341 static void __init
2342 2342 mv64460_chip_specific_init(struct mv64x60_handle *bh,
arch/ppc/syslib/ocp.c
... ... @@ -27,7 +27,7 @@
27 27 * device model. The devices on the OCP bus are seeded by an
28 28 * an initial OCP device array created by the arch-specific
29 29 * Device entries can be added/removed/modified through OCP
30   - * helper functions to accomodate system and board-specific
  30 + * helper functions to accommodate system and board-specific
31 31 * parameters commonly found in embedded systems. OCP also
32 32 * provides a standard method for devices to describe extended
33 33 * attributes about themselves to the system. A standard access
arch/ppc/syslib/ppc403_pic.c
... ... @@ -112,7 +112,7 @@
112 112  
113 113 /*
114 114 * Disable all external interrupts until they are
115   - * explicity requested.
  115 + * explicitly requested.
116 116 */
117 117 ppc_cached_irq_mask[0] = 0;
118 118  
arch/ppc/syslib/ppc405_pci.c
... ... @@ -137,7 +137,7 @@
137 137 hose_a->pci_mem_offset = 0;
138 138  
139 139 /* Setup bridge memory/IO ranges & resources
140   - * TODO: Handle firmwares setting up a legacy ISA mem base
  140 + * TODO: Handle firmware setting up a legacy ISA mem base
141 141 */
142 142 hose_a->io_space.start = PPC405_PCI_LOWER_IO;
143 143 hose_a->io_space.end = PPC405_PCI_UPPER_IO;
arch/ppc/syslib/ppc4xx_dma.c
... ... @@ -241,7 +241,7 @@
241 241 }
242 242  
243 243 /*
244   - * Returns the number of bytes left to be transfered.
  244 + * Returns the number of bytes left to be transferred.
245 245 * After a DMA transfer, this should return zero.
246 246 * Reading this while a DMA transfer is still in progress will return
247 247 * unpredictable results.
arch/ppc/syslib/ppc85xx_rio.c
... ... @@ -349,7 +349,7 @@
349 349 * @dev_instance: Pointer to interrupt-specific data
350 350 *
351 351 * Handles outbound message interrupts. Executes a register outbound
352   - * mailbox event handler and acks the interrupt occurence.
  352 + * mailbox event handler and acks the interrupt occurrence.
353 353 */
354 354 static irqreturn_t
355 355 mpc85xx_rio_tx_handler(int irq, void *dev_instance)
... ... @@ -516,7 +516,7 @@
516 516 * @dev_instance: Pointer to interrupt-specific data
517 517 *
518 518 * Handles inbound message interrupts. Executes a registered inbound
519   - * mailbox event handler and acks the interrupt occurence.
  519 + * mailbox event handler and acks the interrupt occurrence.
520 520 */
521 521 static irqreturn_t
522 522 mpc85xx_rio_rx_handler(int irq, void *dev_instance)
arch/ppc/syslib/xilinx_pic.c
... ... @@ -130,7 +130,7 @@
130 130  
131 131 /*
132 132 * Disable all external interrupts until they are
133   - * explicity requested.
  133 + * explicitly requested.
134 134 */
135 135 intc_out_be32(intc + IER, 0);
136 136