[POWERPC] Spelling fixes: arch/ppc/
authorSimon Arlott <simon@fire.lp0.eu>
Fri, 11 May 2007 19:42:54 +0000 (05:42 +1000)
committerPaul Mackerras <paulus@samba.org>
Sat, 12 May 2007 01:32:49 +0000 (11:32 +1000)
Spelling fixes in arch/ppc/.

Signed-off-by: Simon Arlott <simon@fire.lp0.eu>
Signed-off-by: Paul Mackerras <paulus@samba.org>
40 files changed:
arch/ppc/4xx_io/serial_sicc.c
arch/ppc/8xx_io/commproc.c
arch/ppc/8xx_io/fec.c
arch/ppc/boot/lib/vreset.c
arch/ppc/boot/simple/m8xx_tty.c
arch/ppc/boot/simple/misc-embedded.c
arch/ppc/boot/simple/mpc52xx_tty.c
arch/ppc/boot/simple/mv64x60_tty.c
arch/ppc/boot/simple/rw4/stb.h
arch/ppc/kernel/traps.c
arch/ppc/mm/init.c
arch/ppc/platforms/4xx/bubinga.c
arch/ppc/platforms/4xx/ep405.c
arch/ppc/platforms/4xx/ibmnp405h.h
arch/ppc/platforms/4xx/sycamore.c
arch/ppc/platforms/4xx/walnut.c
arch/ppc/platforms/ev64360.c
arch/ppc/platforms/hdpu.c
arch/ppc/platforms/katana.c
arch/ppc/platforms/mbx.h
arch/ppc/platforms/mvme5100.h
arch/ppc/platforms/pplus.h
arch/ppc/platforms/prep_pci.c
arch/ppc/platforms/prep_setup.c
arch/ppc/platforms/prpmc750.h
arch/ppc/platforms/radstone_ppc7d.c
arch/ppc/platforms/sandpoint.c
arch/ppc/syslib/harrier.c
arch/ppc/syslib/hawk_common.c
arch/ppc/syslib/m82xx_pci.c
arch/ppc/syslib/mpc10x_common.c
arch/ppc/syslib/mpc52xx_setup.c
arch/ppc/syslib/mpc8xx_devices.c
arch/ppc/syslib/mv64x60.c
arch/ppc/syslib/ocp.c
arch/ppc/syslib/ppc403_pic.c
arch/ppc/syslib/ppc405_pci.c
arch/ppc/syslib/ppc4xx_dma.c
arch/ppc/syslib/ppc85xx_rio.c
arch/ppc/syslib/xilinx_pic.c

index e35483961b9071af1f46643cd4b875bb2673d74e..efa0a56e230bfe2880cdee863921fb1f7e9fec49 100644 (file)
@@ -3,7 +3,7 @@
  *
  *  Based on drivers/char/serial_amba.c, by ARM Ltd.
  *
- *  Copyright 2001 IBM Crop.
+ *  Copyright 2001 IBM Corp.
  *  Author: IBM China Research Lab
  *            Yudong Yang <yangyud@cn.ibm.com>
  *            Yi Ge       <geyi@cn.ibm.com>
 
 /* serial port transmit command register */
 
-#define _TxCR_ET_MASK   0x80           /* transmiter enable mask */
+#define _TxCR_ET_MASK   0x80           /* transmitter enable mask */
 #define _TxCR_DME_MASK  0x60           /* dma mode mask */
 #define _TxCR_TIE_MASK  0x10           /* empty interrupt enable mask */
 #define _TxCR_EIE_MASK  0x08           /* error interrupt enable mask */
 #define _TxCR_SPE_MASK  0x04           /* stop/pause mask */
 #define _TxCR_TB_MASK   0x02           /* transmit break mask */
 
-#define _TxCR_ET_ENABLE _TxCR_ET_MASK  /* transmiter enabled */
-#define _TxCR_DME_DISABLE 0x00         /* transmiter disabled, TBR intr disabled */
-#define _TxCR_DME_TBR   0x20           /* transmiter disabled, TBR intr enabled */
+#define _TxCR_ET_ENABLE _TxCR_ET_MASK  /* transmitter enabled */
+#define _TxCR_DME_DISABLE 0x00         /* transmitter disabled, TBR intr disabled */
+#define _TxCR_DME_TBR   0x20           /* transmitter disabled, TBR intr enabled */
 #define _TxCR_DME_CHAN_2 0x40          /* dma enabled, destination chann 2 */
 #define _TxCR_DME_CHAN_3 0x60          /* dma enabled, destination chann 3 */
 
index e2c6210f234baf322ad2dd40d2f8af0d0184433c..7088428e1fe22e32e9abd27bbb015b5639123d6c 100644 (file)
@@ -144,7 +144,7 @@ m8xx_cpm_reset(void)
 
        /* Set SDMA Bus Request priority 5.
         * On 860T, this also enables FEC priority 6.  I am not sure
-        * this is what we realy want for some applications, but the
+        * this is what we really want for some applications, but the
         * manual recommends it.
         * Bit 25, FAM can also be set to use FEC aggressive mode (860T).
         */
index 57a9a61e54b576f6ee7baaa140b3455ac6affe3a..d38335d2d710d3d2344d6a154eba7471aaed3ed6 100644 (file)
@@ -1878,7 +1878,7 @@ fec_restart(struct net_device *dev, int duplex)
        bdp--;
        bdp->cbd_sc |= BD_SC_WRAP;
 
-       /* ...and the same for transmmit.
+       /* ...and the same for transmit.
        */
        bdp = fep->tx_bd_base;
        for (i=0; i<TX_RING_SIZE; i++) {
index 463ba001fb9ba8603819dc3f93d8432285f64372..98539e9f7f96a25e68773c8174d79e8e0cb07975 100644 (file)
@@ -518,7 +518,7 @@ setTextRegs(struct VgaRegs *svp)
        outb(0x3c6, 0xff);  /* MASK */
 
        for ( i = 0; i < 0x10; i++)
-               writeAttr(i, AC[i], 0);  /* pallete */
+               writeAttr(i, AC[i], 0);  /* palette */
        writeAttr(0x10, 0x0c, 0);    /* text mode */
        writeAttr(0x11, 0x00, 0);    /* overscan color (border) */
        writeAttr(0x12, 0x0f, 0);    /* plane enable */
index cacc40fdbcfac140a9461541bd2f75cc65c37ac1..ea615d8ca541a233d9ebaf88d1ffc6edf862c643 100644 (file)
@@ -1,7 +1,7 @@
 /* Minimal serial functions needed to send messages out the serial
  * port on the MBX console.
  *
- * The MBX uxes SMC1 for the serial port.  We reset the port and use
+ * The MBX uses SMC1 for the serial port.  We reset the port and use
  * only the first BD that EPPC-Bug set up as a character FIFO.
  *
  * Later versions (at least 1.4, maybe earlier) of the MBX EPPC-Bug
index 10219eeca054c22f24b1693c14de80f035ec8349..8a08ad397ed571aadb9a04f4da28193c14bb6cea 100644 (file)
@@ -136,7 +136,7 @@ load_kernel(unsigned long load_addr, int num_words, unsigned long cksum, bd_t *b
 
        /*
         * We link ourself to an arbitrary low address.  When we run, we
-        * relocate outself to that address.  __image_being points to
+        * relocate ourself to that address.  __image_being points to
         * the part of the image where the zImage is. -- Tom
         */
        zimage_start = (char *)(unsigned long)(&__image_begin);
index 7b5924cc3c026eaed2f4d8d91289d58e2c44d29c..6955891fb03175017d09879b957d895125c7e580 100644 (file)
@@ -33,7 +33,7 @@ static struct mpc52xx_psc __iomem *psc =
  * rtc.  We read the decrementer change during one rtc tick
  * and multiply by 4 to get the system bus clock frequency. Since a
  * rtc tick is one seconds, and that's pretty long, we change the rtc
- * dividers temporarly to set them 64x faster ;)
+ * dividers temporarily to set them 64x faster ;)
  */
 static int
 mpc52xx_ipbfreq(void)
index 781e040a97d1443cb6fcf9e8916cb0e2d0579c61..8a735787a6e9932798c3776acd3de53d8451ac8e 100644 (file)
@@ -338,7 +338,7 @@ serial_tstc(unsigned long com_port)
 
        rdp = &rd[com_port][cur_rd[com_port]];
 
-       /* Go thru rcv desc's until empty looking for one with data (no error)*/
+       /* Go through rcv descs until empty looking for one with data (no error)*/
        while (((rdp->cmd_stat & SDMA_DESC_CMDSTAT_O) == 0) &&
                (loop_count++ < RX_NUM_DESC)) {
 
index fd98ee0f843e4d2c815047822d4d032fcdb4fe31..9afa5ab24d260855f0fff8f1471af9e2733c30bf 100644 (file)
@@ -88,7 +88,7 @@
 /*----------------------------------------------------------------------------+
 | STB tasks, task stack sizes, and task priorities.  The actual task priority
 | is 1 more than the specified number since priority 0 is reserved (system
-| internaly adds 1 to supplied priority number).
+| internally adds 1 to supplied priority number).
 +----------------------------------------------------------------------------*/
 #define STB_IDLE_TASK_SS        (5* 1024)
 #define STB_IDLE_TASK_PRIO      0
index 810f7aa72e924528796aae3306af03587a8204b6..aea100be52c8ba8f6b48431fa0a2ce72406c6492 100644 (file)
@@ -577,7 +577,7 @@ void program_check_exception(struct pt_regs *regs)
         * ESR_DST (!?) or 0.  In the process of chasing this with the
         * hardware people - not sure if it can happen on any illegal
         * instruction or only on FP instructions, whether there is a
-        * pattern to occurences etc. -dgibson 31/Mar/2003 */
+        * pattern to occurrences etc. -dgibson 31/Mar/2003 */
        if (!(reason & REASON_TRAP) && do_mathemu(regs) == 0) {
                emulate_single_step(regs);
                return;
@@ -860,7 +860,7 @@ void SPEFloatingPointException(struct pt_regs *regs)
        spefscr = current->thread.spefscr;
        fpexc_mode = current->thread.fpexc_mode;
 
-       /* Hardware does not neccessarily set sticky
+       /* Hardware does not necessarily set sticky
         * underflow/overflow/invalid flags */
        if ((spefscr & SPEFSCR_FOVF) && (fpexc_mode & PR_FP_EXC_OVF)) {
                code = FPE_FLTOVF;
index c374e53ae03a0971654d26b5670f0e670b65cf40..390dd1995c2a4ee2e7cbe4267227b76069e02eba 100644 (file)
@@ -48,7 +48,7 @@
 #include "mmu_decl.h"
 
 #if defined(CONFIG_KERNEL_START_BOOL) || defined(CONFIG_LOWMEM_SIZE_BOOL)
-/* The ammount of lowmem must be within 0xF0000000 - KERNELBASE. */
+/* The amount of lowmem must be within 0xF0000000 - KERNELBASE. */
 #if (CONFIG_LOWMEM_SIZE > (0xF0000000 - KERNELBASE))
 #error "You must adjust CONFIG_LOWMEM_SIZE or CONFIG_START_KERNEL"
 #endif
index 75857b38e8947813994871f5dada6e107a64f941..1a7f075b754f23a21d512f822832a7462716819f 100644 (file)
@@ -197,7 +197,7 @@ bios_fixup(struct pci_controller *hose, struct pcil0_regs *pcip)
                    hose->first_busno, PCI_SLOT(hose->first_busno),
                    PCI_FUNC(hose->first_busno), bar, bar_response);
        }
-       /* end work arround */
+       /* end workaround */
 
 #ifdef DEBUG
        printk("PCI bridge regs after fixup \n");
index e5adf9ba1fca34ddef4a525a975c60ace70e3c76..5aa2950228045b15b30092a54eba1c1ddb210c1d 100644 (file)
@@ -130,7 +130,7 @@ bios_fixup(struct pci_controller *hose, struct pcil0_regs *pcip)
                    hose->first_busno, PCI_SLOT(hose->first_busno),
                    PCI_FUNC(hose->first_busno), bar, bar_response);
        }
-       /* end work arround */
+       /* end workaround */
 #endif
 }
 
index 4aa8821b478bb3e70439a43680bdc20d3d5a8b98..08a6a779190304cca2f47f5bb6891fb92c580221 100644 (file)
@@ -80,7 +80,7 @@
 #define DCRN_CPMFR_BASE        0x0B9
 #define DCRN_CPMER_BASE        0x0B8
 
-/* CPM Clocking & Power Mangement defines */
+/* CPM Clocking & Power Management defines */
 #define IBM_CPM_PCI            0x40000000      /* PCI */
 #define IBM_CPM_EMAC2  0x20000000      /* EMAC 2 MII */
 #define IBM_CPM_EMAC3  0x04000000      /* EMAC 3 MII */
index c47493e344c2d860bfc6de4f1112549365ee9805..8689f3e8ef3a35dd15026713054e2733a1577483 100644 (file)
@@ -225,7 +225,7 @@ bios_fixup(struct pci_controller *hose, struct pcil0_regs *pcip)
                    hose->first_busno, PCI_SLOT(hose->first_busno),
                    PCI_FUNC(hose->first_busno), bar, bar_response);
        }
-       /* end work arround */
+       /* end workaround */
 
 #ifdef DEBUG
        printk("PCI bridge regs after fixup \n");
index f414d2d4c58e6c8598f3996dee5324b0966eb3b9..2f9772340854e2f6f1b02c7018f9f5f1850c6c64 100644 (file)
@@ -200,7 +200,7 @@ bios_fixup(struct pci_controller *hose, struct pcil0_regs *pcip)
                    hose->first_busno, PCI_SLOT(hose->first_busno),
                    PCI_FUNC(hose->first_busno), bar, bar_response);
        }
-       /* end work arround */
+       /* end work around */
 
 #ifdef DEBUG
        printk("PCI bridge regs after fixup \n");
index f87e06f6bab99aabffbda6a6c104314400760637..f8baf05f16ce14378dd964835845d9cd1abbeda0 100644 (file)
@@ -473,7 +473,7 @@ platform_init(unsigned long r3, unsigned long r4, unsigned long r5,
         * are non-zero, then we should use the board info from the bd_t
         * structure and the cmdline pointed to by r6 instead of the
         * information from birecs, if any.  Otherwise, use the information
-        * from birecs as discovered by the preceeding call to
+        * from birecs as discovered by the preceding call to
         * parse_bootinfo().  This rule should work with both PPCBoot, which
         * uses a bd_t board info structure, and the kernel boot wrapper,
         * which uses birecs.
index d809e17aa5361bbc25902bdd93e99b5e739e07d9..ca5de13712fd7a735628e4837c14017474d34b4c 100644 (file)
@@ -144,7 +144,7 @@ static void __init hdpu_setup_peripherals(void)
 
        /* Enable pipelining */
        mv64x60_set_bits(&bh, MV64x60_CPU_CONFIG, (1 << 13));
-       /* Enable Snoop Pipelineing */
+       /* Enable Snoop Pipelining */
        mv64x60_set_bits(&bh, MV64360_D_UNIT_CONTROL_HIGH, (1 << 24));
 
        /*
index 720f8b3e2fbc508b9aa42cc321c32a9b9397d504..c289e9f1b251c6e83747859ee119abd07e2151d0 100644 (file)
@@ -880,7 +880,7 @@ platform_init(unsigned long r3, unsigned long r4, unsigned long r5,
         * are non-zero, then we should use the board info from the bd_t
         * structure and the cmdline pointed to by r6 instead of the
         * information from birecs, if any.  Otherwise, use the information
-        * from birecs as discovered by the preceeding call to
+        * from birecs as discovered by the preceding call to
         * parse_bootinfo().  This rule should work with both PPCBoot, which
         * uses a bd_t board info structure, and the kernel boot wrapper,
         * which uses birecs.
index fe81ca4ea0a224bb6bb51b257ffa80cb4d5ead40..1cf36fa3592d30dd45f20480d413f054ec6e4734 100644 (file)
@@ -37,7 +37,7 @@ typedef struct bd_info {
 
 /* Memory map for the MBX as configured by EPPC-Bug.  We could reprogram
  * The SIU and PCI bridge, and try to use larger MMU pages, but the
- * performance gain is not measureable and it certainly complicates the
+ * performance gain is not measurable and it certainly complicates the
  * generic MMU model.
  *
  * In a effort to minimize memory usage for embedded applications, any
index 9e2a09e636ae9813050980ab185cd32cd8a933ea..fbb5495165c7623d90bbf9c0274440d6d88f5b6a 100644 (file)
@@ -69,7 +69,7 @@
 
 #define STD_COM_FLAGS ASYNC_BOOT_AUTOCONF
 
-/* All UART IRQ's are wire-OR'd to one MPIC IRQ */
+/* All UART IRQs are wire-OR'd to one MPIC IRQ */
 #define STD_SERIAL_PORT_DFNS \
         { 0, BASE_BAUD, MVME5100_SERIAL_1, \
                MVME5100_SERIAL_IRQ, \
index a07cbbdd72c68df7410e79b4cb47e2830790e23b..a4bbaa8d858fcac7f5d36a357bc9283a66ec54d7 100644 (file)
@@ -18,7 +18,7 @@
 #include <asm/io.h>
 
 /*
- * Due to limiations imposed by legacy hardware (primaryily IDE controllers),
+ * Due to limitations imposed by legacy hardware (primarily IDE controllers),
  * the PPLUS boards operate using a PReP address map.
  *
  * From Processor (physical) -> PCI:
index c627ba41335fb994b1a8967cd1bbc02a36b21bf7..1df3150f016eadb812c079f5724352ccc63c8ad3 100644 (file)
@@ -589,9 +589,9 @@ static unsigned char prep_pci_intpins[4][4] =
        { 4, 1, 2, 3},  /* Buses 3, 7, 11 ... */
 };
 
-/* We have to turn on LEVEL mode for changed IRQ's */
-/* All PCI IRQ's need to be level mode, so this should be something
- * other than hard-coded as well... IRQ's are individually mappable
+/* We have to turn on LEVEL mode for changed IRQs */
+/* All PCI IRQs need to be level mode, so this should be something
+ * other than hard-coded as well... IRQs are individually mappable
  * to either edge or level.
  */
 
@@ -923,8 +923,8 @@ prep_sandalfoot_setup_pci(char *irq_edge_mask_lo, char *irq_edge_mask_hi)
        Motherboard_map_name = "IBM 6015/7020 (Sandalfoot/Sandalbow)";
        Motherboard_map = ibm6015_pci_IRQ_map;
        Motherboard_routes = ibm6015_pci_IRQ_routes;
-       *irq_edge_mask_lo = 0x00; /* irq's 0-7 all edge-triggered */
-       *irq_edge_mask_hi = 0xA0; /* irq's 13, 15 level-triggered */
+       *irq_edge_mask_lo = 0x00; /* IRQs 0-7 all edge-triggered */
+       *irq_edge_mask_hi = 0xA0; /* IRQs 13, 15 level-triggered */
 }
 
 void __init
@@ -933,8 +933,8 @@ prep_thinkpad_setup_pci(char *irq_edge_mask_lo, char *irq_edge_mask_hi)
        Motherboard_map_name = "IBM Thinkpad 850/860";
        Motherboard_map = Nobis_pci_IRQ_map;
        Motherboard_routes = Nobis_pci_IRQ_routes;
-       *irq_edge_mask_lo = 0x00; /* irq's 0-7 all edge-triggered */
-       *irq_edge_mask_hi = 0xA0; /* irq's 13, 15 level-triggered */
+       *irq_edge_mask_lo = 0x00; /* IRQs 0-7 all edge-triggered */
+       *irq_edge_mask_hi = 0xA0; /* IRQs 13, 15 level-triggered */
 }
 
 void __init
@@ -943,8 +943,8 @@ prep_carolina_setup_pci(char *irq_edge_mask_lo, char *irq_edge_mask_hi)
        Motherboard_map_name = "IBM 7248, PowerSeries 830/850 (Carolina)";
        Motherboard_map = ibm8xx_pci_IRQ_map;
        Motherboard_routes = ibm8xx_pci_IRQ_routes;
-       *irq_edge_mask_lo = 0x00; /* irq's 0-7 all edge-triggered */
-       *irq_edge_mask_hi = 0xA4; /* irq's 10, 13, 15 level-triggered */
+       *irq_edge_mask_lo = 0x00; /* IRQs 0-7 all edge-triggered */
+       *irq_edge_mask_hi = 0xA4; /* IRQs 10, 13, 15 level-triggered */
 }
 
 void __init
@@ -954,8 +954,8 @@ prep_tiger1_setup_pci(char *irq_edge_mask_lo, char *irq_edge_mask_hi)
        Motherboard_map = ibm43p_pci_IRQ_map;
        Motherboard_routes = ibm43p_pci_IRQ_routes;
        Motherboard_non0 = ibm43p_pci_map_non0;
-       *irq_edge_mask_lo = 0x00; /* irq's 0-7 all edge-triggered */
-       *irq_edge_mask_hi = 0xA0; /* irq's 13, 15 level-triggered */
+       *irq_edge_mask_lo = 0x00; /* IRQs 0-7 all edge-triggered */
+       *irq_edge_mask_hi = 0xA0; /* IRQs 13, 15 level-triggered */
 }
 
 void __init
index f166299571d63a962e4008c48e988d29d7d51cc5..6f21110a9747ef20b216edf38b5701eb91c12e0f 100644 (file)
@@ -593,7 +593,7 @@ static void __init prep_init_sound(void)
        PPC_DEVICE *audiodevice = NULL;
 
        /*
-        * Get the needed resource informations from residual data.
+        * Get the needed resource information from residual data.
         *
         */
        if (have_residual_data)
@@ -632,9 +632,9 @@ static void __init prep_init_sound(void)
        }
 
        /*
-        * Find a way to push these informations to the cs4232 driver
+        * Find a way to push this information to the cs4232 driver
         * Give it out with printk, when not in cmd_line?
-        * Append it to  cmd_line and boot_command_line?
+        * Append it to cmd_line and boot_command_line?
         * Format is cs4232=io,irq,dma,dma2
         */
 }
index 4c7adcc9ae33eff352c807edfbae98544d81bab9..c4dcff09d7cabea8ce217eb0bffc5ec30562b732 100644 (file)
@@ -16,7 +16,7 @@
 #define __ASM_PRPMC750_H__
 
 /*
- * Due to limiations imposed by legacy hardware (primaryily IDE controllers),
+ * Due to limitations imposed by legacy hardware (primarily IDE controllers),
  * the PrPMC750 carrier board operates using a PReP address map.
  *
  * From Processor (physical) -> PCI:
index 13d70ab50bf15f246fc6eefa82656a98a8187350..b55860734a722b03d4ba1f8a85d877fbd5d96417 100644 (file)
@@ -1371,7 +1371,7 @@ void __init platform_init(unsigned long r3, unsigned long r4, unsigned long r5,
         * are non-zero, then we should use the board info from the bd_t
         * structure and the cmdline pointed to by r6 instead of the
         * information from birecs, if any.  Otherwise, use the information
-        * from birecs as discovered by the preceeding call to
+        * from birecs as discovered by the preceding call to
         * parse_bootinfo().  This rule should work with both PPCBoot, which
         * uses a bd_t board info structure, and the kernel boot wrapper,
         * which uses birecs.
index a76002af686ff9416f35a1d7964fb7bf5b9b2d8f..3352fae1c7225fad4efb7f56a8e6fbb4e951e3ae 100644 (file)
@@ -54,7 +54,7 @@
  *
  *
  * Motorola has finally released a version of DINK32 that correctly
- * (seemingly) initalizes the memory controller correctly, regardless
+ * (seemingly) initializes the memory controller correctly, regardless
  * of the amount of memory in the system.  Once a method of determining
  * what version of DINK initializes the system for us, if applicable, is
  * found, we can hopefully stop hardcoding 32MB of RAM.
@@ -473,7 +473,7 @@ sandpoint_request_io(void)
 arch_initcall(sandpoint_request_io);
 
 /*
- * Interrupt setup and service.  Interrrupts on the Sandpoint come
+ * Interrupt setup and service.  Interrupts on the Sandpoint come
  * from the four PCI slots plus the 8259 in the Winbond Super I/O (SIO).
  * The 8259 is cascaded from EPIC IRQ0, IRQ1-4 map to PCI slots 1-4,
  * IDE is on EPIC 7 and 8.
@@ -505,7 +505,7 @@ sandpoint_find_end_of_memory(void)
        if (bp->bi_memsize)
                return bp->bi_memsize;
 
-       /* DINK32 13.0 correctly initalizes things, so iff you use
+       /* DINK32 13.0 correctly initializes things, so iff you use
         * this you _should_ be able to change this instead of a
         * hardcoded value. */
 #if 0
@@ -677,7 +677,7 @@ platform_init(unsigned long r3, unsigned long r4, unsigned long r5,
         * are non-zero, then we should use the board info from the bd_t
         * structure and the cmdline pointed to by r6 instead of the
         * information from birecs, if any.  Otherwise, use the information
-        * from birecs as discovered by the preceeding call to
+        * from birecs as discovered by the preceding call to
         * parse_bootinfo().  This rule should work with both PPCBoot, which
         * uses a bd_t board info structure, and the kernel boot wrapper,
         * which uses birecs.
index c1583f4883254b81fff33f7562008d47004eaad0..45b797b3a3368b2d7c866da25f8d628e9649ca3d 100644 (file)
@@ -210,7 +210,7 @@ harrier_init(struct pci_controller *hose,
  * This assumes that PPCBug has initialized the memory controller (SMC)
  * on the Harrier correctly (i.e., it does no sanity checking).
  * It also assumes that the memory base registers are set to configure the
- * memory as contigous starting with "RAM A BASE", "RAM B BASE", etc.
+ * memory as contiguous starting with "RAM A BASE", "RAM B BASE", etc.
  * however, RAM base registers can be skipped (e.g. A, B, C are set,
  * D is skipped but E is set is okay).
  */
index c5bf16b0d6a182327372a478c82496d9730b43a5..86821d8753ed125726e9574ba3a671134a84a252 100644 (file)
@@ -165,7 +165,7 @@ hawk_init(struct pci_controller *hose,
                                 processor_pci_mem_start + 
                                 hose->mem_space.start) | 0x0);
 
-       /* Map MPIC into vitual memory */
+       /* Map MPIC into virtual memory */
        OpenPIC_Addr = ioremap(processor_mpic_base, HAWK_MPIC_SIZE);
 
        return 0;
@@ -176,7 +176,7 @@ hawk_init(struct pci_controller *hose,
  * This assumes that PPCBug has initialized the memory controller (SMC)
  * on the Falcon/HAWK correctly (i.e., it does no sanity checking).
  * It also assumes that the memory base registers are set to configure the
- * memory as contigous starting with "RAM A BASE", "RAM B BASE", etc.
+ * memory as contiguous starting with "RAM A BASE", "RAM B BASE", etc.
  * however, RAM base registers can be skipped (e.g. A, B, C are set,
  * D is skipped but E is set is okay).
  */
index e3b586b1ede9c6cb122fbb721c9e293636092254..fe860d52e2e4c1e3d6a2c2a9cc41fe96bb98e519 100644 (file)
@@ -197,7 +197,7 @@ pq2ads_setup_pci(struct pci_controller *hose)
           CPM high             0b0000
           CPM middle           0b0001
           CPM low              0b0010
-          PCI reguest          0b0011
+          PCI request          0b0011
           Reserved             0b0100
           Reserved             0b0101
           Internal Core        0b0110
index 2fc7c4150a18890f94c6fc851e0ab6f66a18419b..437a294527a9b52be26dcf3e3bda190f6894f2fe 100644 (file)
@@ -432,7 +432,7 @@ mpc10x_bridge_init(struct pci_controller *hose,
                        phys_eumb_base);
        }
 
-       /* IRQ's are determined at runtime */
+       /* IRQs are determined at runtime */
        ppc_sys_platform_devices[MPC10X_IIC1].resource[1].start = MPC10X_I2C_IRQ;
        ppc_sys_platform_devices[MPC10X_IIC1].resource[1].end = MPC10X_I2C_IRQ;
        ppc_sys_platform_devices[MPC10X_DMA0].resource[1].start = MPC10X_DMA0_IRQ;
@@ -646,7 +646,7 @@ void __init mpc10x_set_openpic(void)
        openpic_set_sources(EPIC_IRQ_BASE, 3, OpenPIC_Addr + 0x11020);
        /* Skip reserved space and map Message Unit Interrupt (I2O) */
        openpic_set_sources(EPIC_IRQ_BASE + 3, 1, OpenPIC_Addr + 0x110C0);
-       /* Skip reserved space and map Serial Interupts */
+       /* Skip reserved space and map Serial Interrupts */
        openpic_set_sources(EPIC_IRQ_BASE + 4, 2, OpenPIC_Addr + 0x11120);
 
        openpic_init(NUM_8259_INTERRUPTS);
index 80c609019bdac01b7492d5d4e72a4d6d65df8bf2..ecfa2c0f8ba35164534f7b077f7dcae4ed6f0aad 100644 (file)
@@ -252,7 +252,7 @@ mpc52xx_setup_cpu(void)
        out_be32(&xlb->snoop_window, MPC52xx_PCI_TARGET_MEM | 0x1d);
 
        /* Disable XLB pipelining */
-       /* (cfr errate 292. We could do this only just before ATA PIO
+       /* (cfr errata 292. We could do this only just before ATA PIO
            transaction and re-enable it after ...) */
        out_be32(&xlb->config, in_be32(&xlb->config) | MPC52xx_XLB_CFG_PLDIS);
 
index 31fb56593d179b295fbab1c54aa809eeedf67581..c05ac87ece4cb9516489e61b6ad1f1e3fb01ccc7 100644 (file)
@@ -21,7 +21,7 @@
 #include <asm/irq.h>
 #include <asm/ppc_sys.h>
 
-/* We use offsets for IORESOURCE_MEM to do not set dependences at compile time.
+/* We use offsets for IORESOURCE_MEM to do not set dependencies at compile time.
  * They will get fixed up by mach_mpc8xx_fixup
  */
 
index a6f8b686ea83619f8e2a91f14c34ff0ad151c153..8485a68cd4753ade53df7dcce6771b44d02d9387 100644 (file)
@@ -490,7 +490,7 @@ static struct platform_device *mv64x60_pd_devs[] __initdata = {
 /*
  * mv64x60_init()
  *
- * Initialze the bridge based on setting passed in via 'si'.  The bridge
+ * Initialize the bridge based on setting passed in via 'si'.  The bridge
  * handle, 'bh', will be set so that it can be used to make subsequent
  * calls to routines in this file.
  */
@@ -1704,7 +1704,7 @@ gt64260_disable_all_windows(struct mv64x60_handle *bh,
 /*
  * gt64260a_chip_specific_init()
  *
- * Implement errata work arounds for the GT64260A.
+ * Implement errata workarounds for the GT64260A.
  */
 static void __init
 gt64260a_chip_specific_init(struct mv64x60_handle *bh,
@@ -1776,7 +1776,7 @@ gt64260a_chip_specific_init(struct mv64x60_handle *bh,
 /*
  * gt64260b_chip_specific_init()
  *
- * Implement errata work arounds for the GT64260B.
+ * Implement errata workarounds for the GT64260B.
  */
 static void __init
 gt64260b_chip_specific_init(struct mv64x60_handle *bh,
@@ -2316,7 +2316,7 @@ mv64360_set_mpsc2regs_window(struct mv64x60_handle *bh, u32 base)
 /*
  * mv64360_chip_specific_init()
  *
- * Implement errata work arounds for the MV64360.
+ * Implement errata workarounds for the MV64360.
  */
 static void __init
 mv64360_chip_specific_init(struct mv64x60_handle *bh,
@@ -2336,7 +2336,7 @@ mv64360_chip_specific_init(struct mv64x60_handle *bh,
 /*
  * mv64460_chip_specific_init()
  *
- * Implement errata work arounds for the MV64460.
+ * Implement errata workarounds for the MV64460.
  */
 static void __init
 mv64460_chip_specific_init(struct mv64x60_handle *bh,
index 50c55622ece9b7d29719877e98e573357431a0b3..491fe9a572293f78df894d2a7ed2c9650e649143 100644 (file)
@@ -27,7 +27,7 @@
  *  device model.  The devices on the OCP bus are seeded by an
  *  an initial OCP device array created by the arch-specific
  *  Device entries can be added/removed/modified through OCP
- *  helper functions to accomodate system and  board-specific
+ *  helper functions to accommodate system and  board-specific
  *  parameters commonly found in embedded systems. OCP also
  *  provides a standard method for devices to describe extended
  *  attributes about themselves to the system.  A standard access
index 607ebd111d44b6b0241b9e55acf6632ac198094c..c3b7b8bfbcfe164f92b18a9627b8d06b7823ef5f 100644 (file)
@@ -112,7 +112,7 @@ ppc4xx_pic_init(void)
 
        /*
         * Disable all external interrupts until they are
-        * explicity requested.
+        * explicitly requested.
         */
        ppc_cached_irq_mask[0] = 0;
 
index d6d838b16dacf65542fcfb532ef5fb3cd58ed009..9e9035693bfaa085328ec13d33a9419b7fa43c3f 100644 (file)
@@ -137,7 +137,7 @@ ppc4xx_find_bridges(void)
        hose_a->pci_mem_offset = 0;
 
        /* Setup bridge memory/IO ranges & resources
-        * TODO: Handle firmwares setting up a legacy ISA mem base
+        * TODO: Handle firmware setting up a legacy ISA mem base
         */
        hose_a->io_space.start = PPC405_PCI_LOWER_IO;
        hose_a->io_space.end = PPC405_PCI_UPPER_IO;
index 1eef4ffed4fb6dc44a8fc487a7e597dd8638bd0f..bd301868996b9134715a218b5d58e3d665056dd9 100644 (file)
@@ -241,7 +241,7 @@ ppc4xx_set_dma_count(unsigned int dmanr, unsigned int count)
 }
 
 /*
- *   Returns the number of bytes left to be transfered.
+ *   Returns the number of bytes left to be transferred.
  *   After a DMA transfer, this should return zero.
  *   Reading this while a DMA transfer is still in progress will return
  *   unpredictable results.
index 2b097800cdd971945a883d80d5a0567649e3ca15..af2425e4655fbb6830d4cbb3891fb8e4ef3d9715 100644 (file)
@@ -349,7 +349,7 @@ EXPORT_SYMBOL_GPL(rio_hw_add_outb_message);
  * @dev_instance: Pointer to interrupt-specific data
  *
  * Handles outbound message interrupts. Executes a register outbound
- * mailbox event handler and acks the interrupt occurence.
+ * mailbox event handler and acks the interrupt occurrence.
  */
 static irqreturn_t
 mpc85xx_rio_tx_handler(int irq, void *dev_instance)
@@ -516,7 +516,7 @@ void rio_close_outb_mbox(struct rio_mport *mport, int mbox)
  * @dev_instance: Pointer to interrupt-specific data
  *
  * Handles inbound message interrupts. Executes a registered inbound
- * mailbox event handler and acks the interrupt occurence.
+ * mailbox event handler and acks the interrupt occurrence.
  */
 static irqreturn_t
 mpc85xx_rio_rx_handler(int irq, void *dev_instance)
index 6fd4cdbada72a3fb15ad0a19b1965724333a77e2..3b82333e96d8089103fee68334ee92feac0f5cda 100644 (file)
@@ -130,7 +130,7 @@ ppc4xx_pic_init(void)
 
        /*
         * Disable all external interrupts until they are
-        * explicity requested.
+        * explicitly requested.
         */
        intc_out_be32(intc + IER, 0);