Преглед на файлове

USB: host: xhci-debugfs: add SPDX lines

The license text was removed from these files, yet they somehow missed
the big "add SPDX tags to all files" sweep due to them being new.  So
add the proper SPDX license tag to them, based on the original license
text in the file.

Acked-by: Mathias Nyman <mathias.nyman@linux.intel.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Greg Kroah-Hartman преди 7 години
родител
ревизия
f70ee2ad5e
променени са 2 файла, в които са добавени 2 реда и са изтрити 0 реда
  1. 1 0
      drivers/usb/host/xhci-debugfs.c
  2. 1 0
      drivers/usb/host/xhci-debugfs.h

+ 1 - 0
drivers/usb/host/xhci-debugfs.c

@@ -1,3 +1,4 @@
+// SPDX-License-Identifier: GPL-2.0
 /*
  * xhci-debugfs.c - xHCI debugfs interface
  *

+ 1 - 0
drivers/usb/host/xhci-debugfs.h

@@ -1,3 +1,4 @@
+// SPDX-License-Identifier: GPL-2.0
 /*
  * xhci-debugfs.h - xHCI debugfs interface
  *