mirror of
https://github.com/followmsi/android_kernel_google_msm.git
synced 2024-11-06 23:17:41 +00:00
Spelling fix: "control" instead of "cotrol"
This patch against fixes a spelling mistake ("control" instead of "cotrol"). Signed-off-by: Michael Opdenacker <michael@free-electrons.com> Acked-by: Alan Cox <alan@redhat.com> Signed-off-by: Adrian Bunk <bunk@stusta.de>
This commit is contained in:
parent
f3e299fe3d
commit
c1c8897f83
2 changed files with 4 additions and 4 deletions
|
@ -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)
|
||||
|
|
|
@ -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.
|
||||
*/
|
||||
|
||||
|
|
Loading…
Reference in a new issue