Commit f6fc30db authored by Geert Uytterhoeven's avatar Geert Uytterhoeven

m68k/mm: kmap spelling/grammar fixes

Signed-off-by: default avatarGeert Uytterhoeven <geert@linux-m68k.org>
parent 245b815c
...@@ -27,9 +27,9 @@ ...@@ -27,9 +27,9 @@
/* /*
* For 040/060 we can use the virtual memory area like other architectures, * For 040/060 we can use the virtual memory area like other architectures,
* but for 020/030 we want to use early termination page descriptor and we * but for 020/030 we want to use early termination page descriptors and we
* can't mix this with normal page descriptors, so we have to copy that code * can't mix this with normal page descriptors, so we have to copy that code
* (mm/vmalloc.c) and return appriorate aligned addresses. * (mm/vmalloc.c) and return appropriately aligned addresses.
*/ */
#ifdef CPU_M68040_OR_M68060_ONLY #ifdef CPU_M68040_OR_M68060_ONLY
...@@ -224,7 +224,7 @@ void __iomem *__ioremap(unsigned long physaddr, unsigned long size, int cachefla ...@@ -224,7 +224,7 @@ void __iomem *__ioremap(unsigned long physaddr, unsigned long size, int cachefla
EXPORT_SYMBOL(__ioremap); EXPORT_SYMBOL(__ioremap);
/* /*
* Unmap a ioremap()ed region again * Unmap an ioremap()ed region again
*/ */
void iounmap(void __iomem *addr) void iounmap(void __iomem *addr)
{ {
...@@ -241,8 +241,8 @@ EXPORT_SYMBOL(iounmap); ...@@ -241,8 +241,8 @@ EXPORT_SYMBOL(iounmap);
/* /*
* __iounmap unmaps nearly everything, so be careful * __iounmap unmaps nearly everything, so be careful
* it doesn't free currently pointer/page tables anymore but it * Currently it doesn't free pointer/page tables anymore but this
* wans't used anyway and might be added later. * wasn't used anyway and might be added later.
*/ */
void __iounmap(void *addr, unsigned long size) void __iounmap(void *addr, unsigned long size)
{ {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment