Documentation: update CodingStyle memory allocators
commit316b3799880c55bb20f6d2db904245eccc30e25f
authorJesper Juhl <jj@chaosbits.net>
Wed, 6 Jul 2011 18:27:17 +0000 (6 11:27 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Wed, 6 Jul 2011 20:17:51 +0000 (6 13:17 -0700)
treec11d75dfd0e03729d864ccb93745a028e2904663
parent0dcb6d737c8d1a31476cbab4d640022b53070ffa
Documentation: update CodingStyle memory allocators

The list of available general purpose memory allocators in
Documentation/CodingStyle chapter 14 is incomplete. This patch adds
the missing vzalloc() to the list.

Signed-off-by: Jesper Juhl <jj@chaosbits.net>
Signed-off-by: Randy Dunlap <randy.dunlap@oracle.com>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Documentation/CodingStyle