diff options
author | Lu Baolu <baolu.lu@linux.intel.com> | 2018-05-21 09:39:49 -0400 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2018-05-24 12:03:07 -0400 |
commit | 4786d2ef45d3f503b656987c0c0ebead27fa6e67 (patch) | |
tree | 045e24b482bc5f25be5db95107738aa824972793 | |
parent | 109e37a6731c492ad35e86d3390a26ba55d33755 (diff) |
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>
-rw-r--r-- | drivers/usb/host/xhci-dbgcap.c | 1 | ||||
-rw-r--r-- | drivers/usb/host/xhci-dbgcap.h | 2 | ||||
-rw-r--r-- | drivers/usb/host/xhci-dbgtty.c | 1 |
3 files changed, 3 insertions, 1 deletions
diff --git a/drivers/usb/host/xhci-dbgcap.c b/drivers/usb/host/xhci-dbgcap.c index c359bae7b754..1fbfd89d0a0f 100644 --- a/drivers/usb/host/xhci-dbgcap.c +++ b/drivers/usb/host/xhci-dbgcap.c | |||
@@ -1,3 +1,4 @@ | |||
1 | // SPDX-License-Identifier: GPL-2.0 | ||
1 | /** | 2 | /** |
2 | * xhci-dbgcap.c - xHCI debug capability support | 3 | * xhci-dbgcap.c - xHCI debug capability support |
3 | * | 4 | * |
diff --git a/drivers/usb/host/xhci-dbgcap.h b/drivers/usb/host/xhci-dbgcap.h index e66ea0748ba3..ce0c6072bd48 100644 --- a/drivers/usb/host/xhci-dbgcap.h +++ b/drivers/usb/host/xhci-dbgcap.h | |||
@@ -1,4 +1,4 @@ | |||
1 | 1 | /* SPDX-License-Identifier: GPL-2.0 */ | |
2 | /** | 2 | /** |
3 | * xhci-dbgcap.h - xHCI debug capability support | 3 | * xhci-dbgcap.h - xHCI debug capability support |
4 | * | 4 | * |
diff --git a/drivers/usb/host/xhci-dbgtty.c b/drivers/usb/host/xhci-dbgtty.c index eb494ec547e8..aff79ff5aba4 100644 --- a/drivers/usb/host/xhci-dbgtty.c +++ b/drivers/usb/host/xhci-dbgtty.c | |||
@@ -1,3 +1,4 @@ | |||
1 | // SPDX-License-Identifier: GPL-2.0 | ||
1 | /** | 2 | /** |
2 | * xhci-dbgtty.c - tty glue for xHCI debug capability | 3 | * xhci-dbgtty.c - tty glue for xHCI debug capability |
3 | * | 4 | * |