]> git.karo-electronics.de Git - karo-tx-linux.git/commit
CodingStyle: add kmalloc_array() to memory allocators
authorXi Wang <xi.wang@gmail.com>
Wed, 25 Apr 2012 01:03:53 +0000 (11:03 +1000)
committerStephen Rothwell <sfr@canb.auug.org.au>
Mon, 30 Apr 2012 05:17:29 +0000 (15:17 +1000)
commitee700ff2fe79a13b8dc4c01458a61dccf535d9db
tree0301fe7edbb2e086d838ae096b3898d633f492b0
parentdb941cd7e224614e2edaa05a6f46db9becef7007
CodingStyle: add kmalloc_array() to memory allocators

Add the new kmalloc_array() to the list of general-purpose memory
allocators in chapter 14.

Signed-off-by: Xi Wang <xi.wang@gmail.com>
Acked-by: Jesper Juhl <jj@chaosbits.net>
Acked-by: Pekka Enberg <penberg@kernel.org>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Documentation/CodingStyle