summaryrefslogtreecommitdiff
path: root/drivers/usb/serial/usb_wwan.c
diff options
context:
space:
mode:
authorJohan Hovold <johan@kernel.org>2017-11-03 20:12:08 +0300
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2017-11-04 13:58:00 +0300
commit627cfa89b1fe8d189ee71718fe9eb607026db301 (patch)
tree96202baa6649f49fd019b70f394b056d17cf6355 /drivers/usb/serial/usb_wwan.c
parent366122afb8198d4d6a9bd4301eabbe8282691e93 (diff)
downloadlinux-627cfa89b1fe8d189ee71718fe9eb607026db301.tar.xz
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_wwan.c')
-rw-r--r--drivers/usb/serial/usb_wwan.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/usb/serial/usb_wwan.c b/drivers/usb/serial/usb_wwan.c
index f9c722868935..107e64c42e94 100644
--- a/drivers/usb/serial/usb_wwan.c
+++ b/drivers/usb/serial/usb_wwan.c
@@ -720,4 +720,4 @@ EXPORT_SYMBOL(usb_wwan_resume);
MODULE_AUTHOR(DRIVER_AUTHOR);
MODULE_DESCRIPTION(DRIVER_DESC);
-MODULE_LICENSE("GPL");
+MODULE_LICENSE("GPL v2");