commit | 0cfe82451dfa3ebf4e69158f2eb450f2fbb6b715 | [log] [tgz] |
---|---|---|
author | Steven Rostedt <srostedt@redhat.com> | Fri Feb 27 10:51:10 2009 -0500 |
committer | Steven Rostedt <srostedt@redhat.com> | Fri Feb 27 10:51:10 2009 -0500 |
tree | fc2db4892024f1d896f8ea0de3c4903a1c6543da | |
parent | 5c6a3ae1b4beebb56e2916b84f1208d96a9e32ff [diff] |
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>