tracing: Fix SPDX format headers to use C++ style comments
authorSteven Rostedt (VMware) <rostedt@goodmis.org>
Thu, 16 Aug 2018 15:26:55 +0000 (11:26 -0400)
committerSteven Rostedt (VMware) <rostedt@goodmis.org>
Thu, 16 Aug 2018 23:08:06 +0000 (19:08 -0400)
commitbb730b5833b5bddf5cb226865e5f4496770d00b0
tree37ec4dfe469db9e13dfdb662b4fbe120573d8df4
parentbcea3f96e11cf2f0232d851e0fdb854f5ada425a
tracing: Fix SPDX format headers to use C++ style comments

The Linux kernel adopted the SPDX License format headers to ease license
compliance management, and uses the C++ '//' style comments for the SPDX
header tags. Some files in the tracing directory used the C style /* */
comments for them. To be consistent across all files, replace the /* */
C style SPDX tags with the C++ // SPDX tags.

Signed-off-by: Steven Rostedt (VMware) <rostedt@goodmis.org>
kernel/trace/trace.h
kernel/trace/trace_benchmark.h
kernel/trace/trace_entries.h
kernel/trace/trace_events_filter_test.h
kernel/trace/trace_kprobe_selftest.h
kernel/trace/trace_output.h
kernel/trace/trace_stat.h
kernel/trace/tracing_map.h