tracing: Cleanup code by removing init "char *name"
authorliqiong <liqiong@nfschina.com>
Fri, 13 May 2022 07:52:21 +0000 (15:52 +0800)
committerSteven Rostedt (Google) <rostedt@goodmis.org>
Fri, 27 May 2022 01:13:00 +0000 (21:13 -0400)
commit1bcfe6f6c1025e5740566a01e8ecb70e6bf56cea
tree95364cda4e95d0c3ef260227d59d3e140695037e
parent84d946b93ac816657ab3bf3f1a524b5ba8ddce5f
tracing: Cleanup code by removing init "char *name"

The pointer is assigned to "type->name" anyway. no need to
initialize with "preemption".

Link: https://lkml.kernel.org/r/20220513075221.26275-1-liqiong@nfschina.com
Signed-off-by: liqiong <liqiong@nfschina.com>
Signed-off-by: Steven Rostedt (Google) <rostedt@goodmis.org>
kernel/trace/trace.c