Преглед изворни кода

usb: xhci: dbc: Add SPDX identifiers to dbc files

Update the xhci dbc files with the correct SPDX license identifiers.

Fixes: dfba2174dc42 ("usb: xhci: Add DbC support in xHCI driver")
Cc: Philippe Ombredanne <pombredanne@nexb.com>
Signed-off-by: Lu Baolu <baolu.lu@linux.intel.com>
Reviewed-by: Philippe Ombredanne <pombredanne@nexB.com>
Signed-off-by: Mathias Nyman <mathias.nyman@linux.intel.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Lu Baolu пре 7 година
родитељ
комит
4786d2ef45
3 измењених фајлова са 3 додато и 1 уклоњено
  1. 1 0
      drivers/usb/host/xhci-dbgcap.c
  2. 1 1
      drivers/usb/host/xhci-dbgcap.h
  3. 1 0
      drivers/usb/host/xhci-dbgtty.c

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

@@ -1,3 +1,4 @@
+// SPDX-License-Identifier: GPL-2.0
 /**
  * xhci-dbgcap.c - xHCI debug capability support
  *

+ 1 - 1
drivers/usb/host/xhci-dbgcap.h

@@ -1,4 +1,4 @@
-
+/* SPDX-License-Identifier: GPL-2.0 */
 /**
  * xhci-dbgcap.h - xHCI debug capability support
  *

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

@@ -1,3 +1,4 @@
+// SPDX-License-Identifier: GPL-2.0
 /**
  * xhci-dbgtty.c - tty glue for xHCI debug capability
  *