summaryrefslogtreecommitdiffstats
path: root/drivers/usb/serial/sierra.c
diff options
context:
space:
mode:
authorJohan Hovold2017-11-03 18:12:08 +0100
committerGreg Kroah-Hartman2017-11-04 11:58:00 +0100
commit627cfa89b1fe8d189ee71718fe9eb607026db301 (patch)
tree96202baa6649f49fd019b70f394b056d17cf6355 /drivers/usb/serial/sierra.c
parentUSB: common: Remove redundant license text (diff)
downloadkernel-qcow2-linux-627cfa89b1fe8d189ee71718fe9eb607026db301.tar.gz
kernel-qcow2-linux-627cfa89b1fe8d189ee71718fe9eb607026db301.tar.xz
kernel-qcow2-linux-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/sierra.c')
-rw-r--r--drivers/usb/serial/sierra.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/usb/serial/sierra.c b/drivers/usb/serial/sierra.c
index 276f055a2925..d189f953c891 100644
--- a/drivers/usb/serial/sierra.c
+++ b/drivers/usb/serial/sierra.c
@@ -1075,7 +1075,7 @@ module_usb_serial_driver(serial_drivers, id_table);
MODULE_AUTHOR(DRIVER_AUTHOR);
MODULE_DESCRIPTION(DRIVER_DESC);
-MODULE_LICENSE("GPL");
+MODULE_LICENSE("GPL v2");
module_param(nmea, bool, S_IRUGO | S_IWUSR);
MODULE_PARM_DESC(nmea, "NMEA streaming");