diff options
author | Geert Uytterhoeven <geert@linux-m68k.org> | 2013-12-17 05:24:58 -0500 |
---|---|---|
committer | Geert Uytterhoeven <geert@linux-m68k.org> | 2013-12-30 15:01:11 -0500 |
commit | f6fc30dbb720e34e4ae796857b479d0e0af7cfb4 (patch) | |
tree | 5fa34cba947b8728ce43d90e783ec9d0b12db9e1 | |
parent | 245b815c3faf4a0509948618c35f993160e193a9 (diff) |
m68k/mm: kmap spelling/grammar fixes
Signed-off-by: Geert Uytterhoeven <geert@linux-m68k.org>
-rw-r--r-- | arch/m68k/mm/kmap.c | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/arch/m68k/mm/kmap.c b/arch/m68k/mm/kmap.c index 568cfad3ceb8..6e4955bc542b 100644 --- a/arch/m68k/mm/kmap.c +++ b/arch/m68k/mm/kmap.c | |||
@@ -27,9 +27,9 @@ | |||
27 | 27 | ||
28 | /* | 28 | /* |
29 | * For 040/060 we can use the virtual memory area like other architectures, | 29 | * For 040/060 we can use the virtual memory area like other architectures, |
30 | * but for 020/030 we want to use early termination page descriptor and we | 30 | * but for 020/030 we want to use early termination page descriptors and we |
31 | * can't mix this with normal page descriptors, so we have to copy that code | 31 | * can't mix this with normal page descriptors, so we have to copy that code |
32 | * (mm/vmalloc.c) and return appriorate aligned addresses. | 32 | * (mm/vmalloc.c) and return appropriately aligned addresses. |
33 | */ | 33 | */ |
34 | 34 | ||
35 | #ifdef CPU_M68040_OR_M68060_ONLY | 35 | #ifdef CPU_M68040_OR_M68060_ONLY |
@@ -224,7 +224,7 @@ void __iomem *__ioremap(unsigned long physaddr, unsigned long size, int cachefla | |||
224 | EXPORT_SYMBOL(__ioremap); | 224 | EXPORT_SYMBOL(__ioremap); |
225 | 225 | ||
226 | /* | 226 | /* |
227 | * Unmap a ioremap()ed region again | 227 | * Unmap an ioremap()ed region again |
228 | */ | 228 | */ |
229 | void iounmap(void __iomem *addr) | 229 | void iounmap(void __iomem *addr) |
230 | { | 230 | { |
@@ -241,8 +241,8 @@ EXPORT_SYMBOL(iounmap); | |||
241 | 241 | ||
242 | /* | 242 | /* |
243 | * __iounmap unmaps nearly everything, so be careful | 243 | * __iounmap unmaps nearly everything, so be careful |
244 | * it doesn't free currently pointer/page tables anymore but it | 244 | * Currently it doesn't free pointer/page tables anymore but this |
245 | * wans't used anyway and might be added later. | 245 | * wasn't used anyway and might be added later. |
246 | */ | 246 | */ |
247 | void __iounmap(void *addr, unsigned long size) | 247 | void __iounmap(void *addr, unsigned long size) |
248 | { | 248 | { |