diff options
author | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2019-01-17 09:23:50 +0100 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2019-01-22 09:08:17 +0100 |
commit | cae8dc3b685fb24f61f09b7197c6a383a66cff2c (patch) | |
tree | dfa110ca8ad0626b89b7713bd01fc97b2ce7602a /drivers/usb/gadget/Kconfig | |
parent | 9812de4fb87439427c9b8cf1f3b839731f898afd (diff) | |
download | linux-cae8dc3b685fb24f61f09b7197c6a383a66cff2c.tar.bz2 |
USB: add missing SPDX lines to Kconfig and Makefiles
There are a few remaining drivers/usb/ files that do not have SPDX
identifiers in them, all of these are either Kconfig or Makefiles. Add
the correct GPL-2.0 identifier to them to make scanning tools happy.
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/usb/gadget/Kconfig')
-rw-r--r-- | drivers/usb/gadget/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/usb/gadget/Kconfig b/drivers/usb/gadget/Kconfig index 31cce7805eb2..ec189d7855a0 100644 --- a/drivers/usb/gadget/Kconfig +++ b/drivers/usb/gadget/Kconfig @@ -1,3 +1,4 @@ +# SPDX-License-Identifier: GPL-2.0 # # USB Gadget support on a system involves # (a) a peripheral controller, and |