[POWERPC] arch/powerpc/: Spelling fixes
authorjoe@perches.com <joe@perches.com>
Mon, 17 Dec 2007 19:30:12 +0000 (06:30 +1100)
committerPaul Mackerras <paulus@samba.org>
Thu, 20 Dec 2007 05:15:51 +0000 (16:15 +1100)
Signed-off-by: Joe Perches <joe@perches.com>
Signed-off-by: Paul Mackerras <paulus@samba.org>
arch/powerpc/boot/4xx.c
arch/powerpc/kernel/legacy_serial.c
arch/powerpc/sysdev/bestcomm/bestcomm.h
arch/powerpc/sysdev/mmio_nvram.c

index ebf9e217612d65bee7d489ed55b7a77b2bd0d6da..3d0e4f921f1d3964f3cb9a881abccd04524819ff 100644 (file)
@@ -122,7 +122,7 @@ void ibm4xx_denali_fixup_memsize(void)
        else
                dpath = 4; /* 32 bits */
 
-       /* get adress pins (rows) */
+       /* get address pins (rows) */
        val = mfdcr_sdram0(DDR0_42);
 
        row = DDR_GET_VAL(val, DDR_APIN, DDR_APIN_SHIFT);
index 4ed58875ee17ffe490268e6fb5f36dd14c27ae6a..b9cae6b1f8caf057d4328378c84902e8bc739e7b 100644 (file)
@@ -474,7 +474,7 @@ static int __init serial_dev_init(void)
 
        /*
         * Before we register the platfrom serial devices, we need
-        * to fixup their interrutps and their IO ports.
+        * to fixup their interrupts and their IO ports.
         */
        DBG("Fixing serial ports interrupts and IO ports ...\n");
 
index e802cb4eb69a5c575a8849147b1be7083568e9a7..c960a8b4965538a78d92bf7c2469f9f4ffed591d 100644 (file)
@@ -20,7 +20,7 @@ struct bcom_bd; /* defined later on ... */
 
 
 /* ======================================================================== */
-/* Generic task managment                                                   */
+/* Generic task management                                                   */
 /* ======================================================================== */
 
 /**
index e073e246293d08fb44be9bf927eb4402e1331d18..7b49633a4bd0590960af399f67b70c41c7c5e841 100644 (file)
@@ -99,7 +99,7 @@ int __init mmio_nvram_init(void)
        nvram_addr = r.start;
        mmio_nvram_len = r.end - r.start + 1;
        if ( (!mmio_nvram_len) || (!nvram_addr) ) {
-               printk(KERN_WARNING "nvram: address or lenght is 0\n");
+               printk(KERN_WARNING "nvram: address or length is 0\n");
                ret = -EIO;
                goto out;
        }
This page took 0.029293 seconds and 5 git commands to generate.