From: Arjun Sreedharan Date: Sat, 6 Dec 2014 11:40:43 +0000 (+0530) Subject: calloc/xcalloc: Fix argument order X-Git-Tag: omap-for-v3.20/drop-legacy-3517~25^2~2^2~7 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e4e458b45c5861808674eebfea94cee2258bb2ea;p=pandora-kernel.git calloc/xcalloc: Fix argument order The calloc() and xcalloc() functions takes @nmemb first and then @size. Fix all w/ pattern "calloc\s*(\s*sizeof". Signed-off-by: Arjun Sreedharan Cc: "Yann E. MORIN" Cc: Ingo Molnar Cc: Paul Mackerras Cc: Peter Zijlstra Link: http://lkml.kernel.org/r/1417866043-1877-1-git-send-email-arjun024@gmail.com Signed-off-by: Arnaldo Carvalho de Melo --- Reading git-diff-tree failed