Commit 00d70419fc8f86db94f56e0191be392c4a57f244

Authored by joe@perches.com
Committed by Paul Mackerras
1 parent 84631f37cc

[POWERPC] arch/powerpc/: Spelling fixes

Signed-off-by: Joe Perches <joe@perches.com>
Signed-off-by: Paul Mackerras <paulus@samba.org>

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

arch/powerpc/boot/4xx.c
... ... @@ -122,7 +122,7 @@
122 122 else
123 123 dpath = 4; /* 32 bits */
124 124  
125   - /* get adress pins (rows) */
  125 + /* get address pins (rows) */
126 126 val = mfdcr_sdram0(DDR0_42);
127 127  
128 128 row = DDR_GET_VAL(val, DDR_APIN, DDR_APIN_SHIFT);
arch/powerpc/kernel/legacy_serial.c
... ... @@ -474,7 +474,7 @@
474 474  
475 475 /*
476 476 * Before we register the platfrom serial devices, we need
477   - * to fixup their interrutps and their IO ports.
  477 + * to fixup their interrupts and their IO ports.
478 478 */
479 479 DBG("Fixing serial ports interrupts and IO ports ...\n");
480 480  
arch/powerpc/sysdev/bestcomm/bestcomm.h
... ... @@ -20,7 +20,7 @@
20 20  
21 21  
22 22 /* ======================================================================== */
23   -/* Generic task managment */
  23 +/* Generic task management */
24 24 /* ======================================================================== */
25 25  
26 26 /**
arch/powerpc/sysdev/mmio_nvram.c
... ... @@ -99,7 +99,7 @@
99 99 nvram_addr = r.start;
100 100 mmio_nvram_len = r.end - r.start + 1;
101 101 if ( (!mmio_nvram_len) || (!nvram_addr) ) {
102   - printk(KERN_WARNING "nvram: address or lenght is 0\n");
  102 + printk(KERN_WARNING "nvram: address or length is 0\n");
103 103 ret = -EIO;
104 104 goto out;
105 105 }