Skip to content

Commit

Permalink
hv: add SPDX license to trace
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Stephen Hemminger authored and Greg Kroah-Hartman committed Mar 28, 2018
1 parent 238064f commit 7624127
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions drivers/hv/hv_trace.c
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
// SPDX-License-Identifier: GPL-2.0

#include "hyperv_vmbus.h"

#define CREATE_TRACE_POINTS
Expand Down
2 changes: 2 additions & 0 deletions drivers/hv/hv_trace.h
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
// SPDX-License-Identifier: GPL-2.0

#undef TRACE_SYSTEM
#define TRACE_SYSTEM hyperv

Expand Down

0 comments on commit 7624127

Please sign in to comment.