tracing: replace kzalloc with kcalloc
commit0cfe82451dfa3ebf4e69158f2eb450f2fbb6b715
authorSteven Rostedt <srostedt@redhat.com>
Fri, 27 Feb 2009 15:51:10 +0000 (27 10:51 -0500)
committerSteven Rostedt <srostedt@redhat.com>
Fri, 27 Feb 2009 15:51:10 +0000 (27 10:51 -0500)
treefc2db4892024f1d896f8ea0de3c4903a1c6543da
parent5c6a3ae1b4beebb56e2916b84f1208d96a9e32ff
tracing: replace kzalloc with kcalloc

Impact: clean up

kcalloc is a better approach to allocate a NULL array.

Reported-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Steven Rostedt <srostedt@redhat.com>
kernel/trace/trace.c