Commit 00d70419fc8f86db94f56e0191be392c4a57f244
Committed by
Paul Mackerras
1 parent
84631f37cc
Exists in
master
and in
7 other branches
[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
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
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 | } |