OSDN Git Service

calloc/xcalloc: Fix argument order
authorArjun Sreedharan <arjun024@gmail.com>
Sat, 6 Dec 2014 11:40:43 +0000 (17:10 +0530)
committerArnaldo Carvalho de Melo <acme@redhat.com>
Tue, 9 Dec 2014 13:06:29 +0000 (10:06 -0300)
commite4e458b45c5861808674eebfea94cee2258bb2ea
tree8864aff017c25af0c6c4a5294e0a73a6aec2bd12
parent2e77784bb7d882647c33d8e75a650625e6df0f8b
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 <arjun024@gmail.com>
Cc: "Yann E. MORIN" <yann.morin.1998@free.fr>
Cc: Ingo Molnar <mingo@redhat.com>
Cc: Paul Mackerras <paulus@samba.org>
Cc: Peter Zijlstra <a.p.zijlstra@chello.nl>
Link: http://lkml.kernel.org/r/1417866043-1877-1-git-send-email-arjun024@gmail.com
Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
scripts/kconfig/mconf.c
tools/perf/ui/hist.c
tools/thermal/tmon/sysfs.c