]> asedeno.scripts.mit.edu Git - linux.git/commitdiff
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)
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

index a62b678731e3f1d379e7dbfb2c3c5094da349328..3b8c0e24ab306f5f1ca1d6194749a266baa14fc5 100644 (file)
@@ -1,4 +1,4 @@
-/* SPDX-License-Identifier: GPL-2.0 */
+// SPDX-License-Identifier: GPL-2.0
 
 #ifndef _LINUX_KERNEL_TRACE_H
 #define _LINUX_KERNEL_TRACE_H
index be1d86ff753d05d8621912ae4ad926454cd270bf..79e6fbe5b3658d8cc2fc392e0208c7a773ea4e31 100644 (file)
@@ -1,4 +1,4 @@
-/* SPDX-License-Identifier: GPL-2.0 */
+// SPDX-License-Identifier: GPL-2.0
 #undef TRACE_SYSTEM
 #define TRACE_SYSTEM benchmark
 
index 1d67464ed95ed4f63795562727e9d58fd8d845d9..06bb2fd9a56c596c00c4c5e1a93c081e10dd8bc8 100644 (file)
@@ -1,4 +1,4 @@
-/* SPDX-License-Identifier: GPL-2.0 */
+// SPDX-License-Identifier: GPL-2.0
 /*
  * This file defines the trace event structures that go into the ring
  * buffer directly. They are created via macros so that changes for them
index 39d7ef4f57cb0678b487276dce5546dcfe550990..e651dfbd345e63ffd5ce091bce9062d8739fb263 100644 (file)
@@ -1,4 +1,4 @@
-/* SPDX-License-Identifier: GPL-2.0 */
+// SPDX-License-Identifier: GPL-2.0
 #undef TRACE_SYSTEM
 #define TRACE_SYSTEM test
 
index 4e10ec41c0136043caa29748534726dade5f3acc..c4fc7268ba7ccd445e167084416afe62a0e80b13 100644 (file)
@@ -1,4 +1,4 @@
-/* SPDX-License-Identifier: GPL-2.0 */
+// SPDX-License-Identifier: GPL-2.0
 /*
  * Function used during the kprobe self test. This function is in a separate
  * compile unit so it can be compile with CC_FLAGS_FTRACE to ensure that it
index dbba03ed96dee0dbb947d8c298e10776f6180fbb..2f742b74e7e6b2fda9ae28c362a7e00aae828c31 100644 (file)
@@ -1,4 +1,4 @@
-/* SPDX-License-Identifier: GPL-2.0 */
+// SPDX-License-Identifier: GPL-2.0
 #ifndef __TRACE_EVENTS_H
 #define __TRACE_EVENTS_H
 
index 76d30b4ebe83efdb97761b7bcd0a6125197e15da..8786d17caf490ccaea3e107306aec6deda2ca8d7 100644 (file)
@@ -1,4 +1,4 @@
-/* SPDX-License-Identifier: GPL-2.0 */
+// SPDX-License-Identifier: GPL-2.0
 #ifndef __TRACE_STAT_H
 #define __TRACE_STAT_H
 
index 053eb92b2d31309924a1f3fd2c068935aedaf0c4..a6de61fc22dec1da7cee9b39f3d886360621f806 100644 (file)
@@ -1,4 +1,4 @@
-/* SPDX-License-Identifier: GPL-2.0 */
+// SPDX-License-Identifier: GPL-2.0
 #ifndef __TRACING_MAP_H
 #define __TRACING_MAP_H