diff options
author | Steven Rostedt (VMware) <rostedt@goodmis.org> | 2018-08-16 11:26:55 -0400 |
---|---|---|
committer | Steven Rostedt (VMware) <rostedt@goodmis.org> | 2018-08-16 19:08:06 -0400 |
commit | bb730b5833b5bddf5cb226865e5f4496770d00b0 (patch) | |
tree | 37ec4dfe469db9e13dfdb662b4fbe120573d8df4 /kernel/trace/trace.h | |
parent | bcea3f96e11cf2f0232d851e0fdb854f5ada425a (diff) |
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.h')
-rw-r--r-- | kernel/trace/trace.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kernel/trace/trace.h b/kernel/trace/trace.h index a62b678731e3..3b8c0e24ab30 100644 --- a/kernel/trace/trace.h +++ b/kernel/trace/trace.h | |||
@@ -1,4 +1,4 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0 */ | 1 | // SPDX-License-Identifier: GPL-2.0 |
2 | 2 | ||
3 | #ifndef _LINUX_KERNEL_TRACE_H | 3 | #ifndef _LINUX_KERNEL_TRACE_H |
4 | #define _LINUX_KERNEL_TRACE_H | 4 | #define _LINUX_KERNEL_TRACE_H |