From 88e0c8522acc9e76e59f3494de3f360ae4a8fae1 Mon Sep 17 00:00:00 2001 From: Jesper Juhl Date: Wed, 6 Jul 2011 11:27:17 -0700 Subject: [PATCH] --- yaml --- r: 254653 b: refs/heads/master c: 316b3799880c55bb20f6d2db904245eccc30e25f h: refs/heads/master i: 254651: d98c9d9f9d23ba1d479cd08df9a42a1b4fb3b775 v: v3 --- [refs] | 2 +- trunk/Documentation/CodingStyle | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/[refs] b/[refs] index d24e1b8c7a11..aa3bf4242870 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 0dcb6d737c8d1a31476cbab4d640022b53070ffa +refs/heads/master: 316b3799880c55bb20f6d2db904245eccc30e25f diff --git a/trunk/Documentation/CodingStyle b/trunk/Documentation/CodingStyle index 58b0bf917834..fa6e25b94a54 100644 --- a/trunk/Documentation/CodingStyle +++ b/trunk/Documentation/CodingStyle @@ -680,8 +680,8 @@ ones already enabled by DEBUG. Chapter 14: Allocating memory The kernel provides the following general purpose memory allocators: -kmalloc(), kzalloc(), kcalloc(), and vmalloc(). Please refer to the API -documentation for further information about them. +kmalloc(), kzalloc(), kcalloc(), vmalloc(), and vzalloc(). Please refer to +the API documentation for further information about them. The preferred form for passing a size of a struct is the following: