aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/usb/serial/usb-serial.c
diff options
context:
space:
mode:
authorJohan Hovold <johan@kernel.org>2017-11-03 18:12:08 +0100
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2017-11-04 11:58:00 +0100
commit627cfa89b1fe8d189ee71718fe9eb607026db301 (patch)
tree96202baa6649f49fd019b70f394b056d17cf6355 /drivers/usb/serial/usb-serial.c
parentUSB: common: Remove redundant license text (diff)
downloadlinux-dev-627cfa89b1fe8d189ee71718fe9eb607026db301.tar.xz
linux-dev-627cfa89b1fe8d189ee71718fe9eb607026db301.zip
USB: serial: fix module-license macros
Several GPL-2.0 drivers used "GPL" rather than "GPL v2" in their MODULE_LICENSE macros; fix the macros to match the licenses. Signed-off-by: Johan Hovold <johan@kernel.org> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/usb/serial/usb-serial.c')
-rw-r--r--drivers/usb/serial/usb-serial.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/usb/serial/usb-serial.c b/drivers/usb/serial/usb-serial.c
index 38291c6e57ed..790e0cbe3da9 100644
--- a/drivers/usb/serial/usb-serial.c
+++ b/drivers/usb/serial/usb-serial.c
@@ -1435,4 +1435,4 @@ EXPORT_SYMBOL_GPL(usb_serial_deregister_drivers);
MODULE_AUTHOR(DRIVER_AUTHOR);
MODULE_DESCRIPTION(DRIVER_DESC);
-MODULE_LICENSE("GPL");
+MODULE_LICENSE("GPL v2");