summaryrefslogtreecommitdiff
path: root/mm/init-mm.c
diff options
context:
space:
mode:
authorJulia Lawall <julia@diku.dk>2009-12-19 10:18:03 +0300
committerTakashi Iwai <tiwai@suse.de>2009-12-19 11:40:26 +0300
commitef86f581f7e8b29cb58d7f4e892e1a91b3805124 (patch)
treeef8e68bc136b24f6fd0bfee26b45f653123d38d9 /mm/init-mm.c
parentd6a89fefa50feda5516cd5210ad0008a44632b52 (diff)
downloadlinux-ef86f581f7e8b29cb58d7f4e892e1a91b3805124.tar.xz
ALSA: Use kzalloc for allocating only one thing
Use kzalloc rather than kcalloc(1,...) The semantic patch that makes this change is as follows: (http://coccinelle.lip6.fr/) // <smpl> @@ @@ - kcalloc(1, + kzalloc( ...) // </smpl> Signed-off-by: Julia Lawall <julia@diku.dk> Signed-off-by: Takashi Iwai <tiwai@suse.de>
Diffstat (limited to 'mm/init-mm.c')
0 files changed, 0 insertions, 0 deletions