diff options
author | joe@perches.com <joe@perches.com> | 2007-12-17 14:30:12 -0500 |
---|---|---|
committer | Paul Mackerras <paulus@samba.org> | 2007-12-20 00:15:51 -0500 |
commit | 00d70419fc8f86db94f56e0191be392c4a57f244 (patch) | |
tree | abee2d9ec1409c160d032dbb59589b3167ca3da1 /arch/powerpc/sysdev/mmio_nvram.c | |
parent | 84631f37cc405dd6dcd566f9fa4e8a3ca2f03f76 (diff) |
[POWERPC] arch/powerpc/: Spelling fixes
Signed-off-by: Joe Perches <joe@perches.com>
Signed-off-by: Paul Mackerras <paulus@samba.org>
Diffstat (limited to 'arch/powerpc/sysdev/mmio_nvram.c')
-rw-r--r-- | arch/powerpc/sysdev/mmio_nvram.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/powerpc/sysdev/mmio_nvram.c b/arch/powerpc/sysdev/mmio_nvram.c index e073e246293d..7b49633a4bd0 100644 --- a/arch/powerpc/sysdev/mmio_nvram.c +++ b/arch/powerpc/sysdev/mmio_nvram.c | |||
@@ -99,7 +99,7 @@ int __init mmio_nvram_init(void) | |||
99 | nvram_addr = r.start; | 99 | nvram_addr = r.start; |
100 | mmio_nvram_len = r.end - r.start + 1; | 100 | mmio_nvram_len = r.end - r.start + 1; |
101 | if ( (!mmio_nvram_len) || (!nvram_addr) ) { | 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 | ret = -EIO; | 103 | ret = -EIO; |
104 | goto out; | 104 | goto out; |
105 | } | 105 | } |