tracing: replace kzalloc with kcalloc
authorSteven Rostedt <srostedt@redhat.com>
Fri, 27 Feb 2009 15:51:10 +0000 (10:51 -0500)
committerSteven Rostedt <srostedt@redhat.com>
Fri, 27 Feb 2009 15:51:10 +0000 (10:51 -0500)
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>

No differences found