Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

hv: add SPDX license to trace

Missing license on Hyper-V VMBUS tracing files.

Signed-off-by: Stephen Hemminger <sthemmin@microsoft.com>
Signed-off-by: K. Y. Srinivasan <kys@microsoft.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>

authored by

Stephen Hemminger and committed by
Greg Kroah-Hartman
76241271 238064f1

+4
+2
drivers/hv/hv_trace.c
··· 1 + // SPDX-License-Identifier: GPL-2.0 2 + 1 3 #include "hyperv_vmbus.h" 2 4 3 5 #define CREATE_TRACE_POINTS
+2
drivers/hv/hv_trace.h
··· 1 + // SPDX-License-Identifier: GPL-2.0 2 + 1 3 #undef TRACE_SYSTEM 2 4 #define TRACE_SYSTEM hyperv 3 5