From b23b3c11071115f981e8a56e86726afb98da65ec Mon Sep 17 00:00:00 2001 From: Michael Opdenacker Date: Tue, 3 Oct 2006 23:21:02 +0200 Subject: [PATCH] --- yaml --- r: 38320 b: refs/heads/master c: c1c8897f830c66649b6866a0cbe21c263466295e h: refs/heads/master v: v3 --- [refs] | 2 +- trunk/mm/nommu.c | 2 +- trunk/mm/vmalloc.c | 6 +++--- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/[refs] b/[refs] index cc233e910a16..bd57721007c3 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: f3e299fe3d53a0d78fea4e46ec3e0cadf375246c +refs/heads/master: c1c8897f830c66649b6866a0cbe21c263466295e diff --git a/trunk/mm/nommu.c b/trunk/mm/nommu.c index 365019599df8..8bdde9508f3b 100644 --- a/trunk/mm/nommu.c +++ b/trunk/mm/nommu.c @@ -221,7 +221,7 @@ long vwrite(char *buf, char *addr, unsigned long count) * Allocate enough pages to cover @size from the page level * 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. */ void *vmalloc(unsigned long size) diff --git a/trunk/mm/vmalloc.c b/trunk/mm/vmalloc.c index 1ac191ce5641..750ab6ed13fc 100644 --- a/trunk/mm/vmalloc.c +++ b/trunk/mm/vmalloc.c @@ -503,7 +503,7 @@ EXPORT_SYMBOL(__vmalloc); * Allocate enough pages to cover @size from the page level * 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. */ void *vmalloc(unsigned long size) @@ -542,7 +542,7 @@ EXPORT_SYMBOL(vmalloc_user); * Allocate enough pages to cover @size from the page level * 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. */ void *vmalloc_node(unsigned long size, int node) @@ -563,7 +563,7 @@ EXPORT_SYMBOL(vmalloc_node); * the page level allocator and map them into contiguous and * 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. */