]> git.karo-electronics.de Git - karo-tx-linux.git/commit
CodingStyle: add kmalloc_array() to memory allocators
authorXi Wang <xi.wang@gmail.com>
Thu, 3 May 2012 05:44:12 +0000 (15:44 +1000)
committerStephen Rothwell <sfr@canb.auug.org.au>
Thu, 3 May 2012 05:46:42 +0000 (15:46 +1000)
commit9d5ef10fd5f14f256d944e217067abaad1fd8e09
tree818e722953b63c32de21e35a8ebd640ca5738123
parentb88cda3ecb0897035dcbcb3833c4a41f74522a28
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