From: Greg Kroah-Hartman Date: Mon, 6 Nov 2017 15:34:08 +0000 (+0100) Subject: USB: host: xhci-debugfs: add SPDX lines X-Git-Tag: v4.19~2224^2~7 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=f70ee2ad5e9818d8e15060d4450c2fb5cf4a67e8;p=platform%2Fkernel%2Flinux-rpi.git 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 Signed-off-by: Greg Kroah-Hartman --- diff --git a/drivers/usb/host/xhci-debugfs.c b/drivers/usb/host/xhci-debugfs.c index b799ed8..4f7895d 100644 --- a/drivers/usb/host/xhci-debugfs.c +++ b/drivers/usb/host/xhci-debugfs.c @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: GPL-2.0 /* * xhci-debugfs.c - xHCI debugfs interface * diff --git a/drivers/usb/host/xhci-debugfs.h b/drivers/usb/host/xhci-debugfs.h index 09cfd39..ac5bc40 100644 --- a/drivers/usb/host/xhci-debugfs.h +++ b/drivers/usb/host/xhci-debugfs.h @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: GPL-2.0 /* * xhci-debugfs.h - xHCI debugfs interface *