diff options
author | Steven Rostedt (VMware) <rostedt@goodmis.org> | 2018-08-16 17:26:55 +0200 |
---|---|---|
committer | Steven Rostedt (VMware) <rostedt@goodmis.org> | 2018-08-17 01:08:06 +0200 |
commit | bb730b5833b5bddf5cb226865e5f4496770d00b0 (patch) | |
tree | 37ec4dfe469db9e13dfdb662b4fbe120573d8df4 /kernel/trace/trace_entries.h | |
parent | tracing: Add SPDX License format tags to tracing files (diff) | |
download | linux-bb730b5833b5bddf5cb226865e5f4496770d00b0.tar.xz linux-bb730b5833b5bddf5cb226865e5f4496770d00b0.zip |
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>
Diffstat (limited to 'kernel/trace/trace_entries.h')
-rw-r--r-- | kernel/trace/trace_entries.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kernel/trace/trace_entries.h b/kernel/trace/trace_entries.h index 1d67464ed95e..06bb2fd9a56c 100644 --- a/kernel/trace/trace_entries.h +++ b/kernel/trace/trace_entries.h @@ -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 |