Commit c1c8897f authored by Michael Opdenacker's avatar Michael Opdenacker Committed by Adrian Bunk

Spelling fix: "control" instead of "cotrol"

This patch against fixes a spelling mistake ("control" instead of "cotrol").
Signed-off-by: default avatarMichael Opdenacker <michael@free-electrons.com>
Acked-by: default avatarAlan Cox <alan@redhat.com>
Signed-off-by: default avatarAdrian Bunk <bunk@stusta.de>
parent f3e299fe
...@@ -221,7 +221,7 @@ long vwrite(char *buf, char *addr, unsigned long count) ...@@ -221,7 +221,7 @@ long vwrite(char *buf, char *addr, unsigned long count)
* Allocate enough pages to cover @size from the page level * Allocate enough pages to cover @size from the page level
* allocator and map them into continguos kernel virtual space. * allocator and map them into continguos kernel virtual space.
* *
* For tight cotrol over page level allocator and protection flags * For tight control over page level allocator and protection flags
* use __vmalloc() instead. * use __vmalloc() instead.
*/ */
void *vmalloc(unsigned long size) void *vmalloc(unsigned long size)
......
...@@ -503,7 +503,7 @@ EXPORT_SYMBOL(__vmalloc); ...@@ -503,7 +503,7 @@ EXPORT_SYMBOL(__vmalloc);
* Allocate enough pages to cover @size from the page level * Allocate enough pages to cover @size from the page level
* allocator and map them into contiguous kernel virtual space. * allocator and map them into contiguous kernel virtual space.
* *
* For tight cotrol over page level allocator and protection flags * For tight control over page level allocator and protection flags
* use __vmalloc() instead. * use __vmalloc() instead.
*/ */
void *vmalloc(unsigned long size) void *vmalloc(unsigned long size)
...@@ -542,7 +542,7 @@ EXPORT_SYMBOL(vmalloc_user); ...@@ -542,7 +542,7 @@ EXPORT_SYMBOL(vmalloc_user);
* Allocate enough pages to cover @size from the page level * Allocate enough pages to cover @size from the page level
* allocator and map them into contiguous kernel virtual space. * allocator and map them into contiguous kernel virtual space.
* *
* For tight cotrol over page level allocator and protection flags * For tight control over page level allocator and protection flags
* use __vmalloc() instead. * use __vmalloc() instead.
*/ */
void *vmalloc_node(unsigned long size, int node) void *vmalloc_node(unsigned long size, int node)
...@@ -563,7 +563,7 @@ EXPORT_SYMBOL(vmalloc_node); ...@@ -563,7 +563,7 @@ EXPORT_SYMBOL(vmalloc_node);
* the page level allocator and map them into contiguous and * the page level allocator and map them into contiguous and
* executable kernel virtual space. * executable kernel virtual space.
* *
* For tight cotrol over page level allocator and protection flags * For tight control over page level allocator and protection flags
* use __vmalloc() instead. * use __vmalloc() instead.
*/ */
......
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