[PATCH 2/2] PCI: rcar: Fix GPL v2 license string typo
Bjorn Helgaas
bhelgaas at google.com
Tue Jul 15 15:56:52 PDT 2014
The proper MODULE_LICENSE() string for the GPL v2 is "GPL v2", not "GPLv2".
Based-on-work-by: Thierry Reding <treding at nvidia.com>
Signed-off-by: Bjorn Helgaas <bhelgaas at google.com>
---
drivers/pci/host/pcie-rcar.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/drivers/pci/host/pcie-rcar.c b/drivers/pci/host/pcie-rcar.c
index f7d3de32c9a0..a393cc60b5a3 100644
--- a/drivers/pci/host/pcie-rcar.c
+++ b/drivers/pci/host/pcie-rcar.c
@@ -1003,4 +1003,4 @@ module_platform_driver(rcar_pcie_driver);
MODULE_AUTHOR("Phil Edworthy <phil.edworthy at renesas.com>");
MODULE_DESCRIPTION("Renesas R-Car PCIe driver");
-MODULE_LICENSE("GPLv2");
+MODULE_LICENSE("GPL v2");
More information about the linux-arm-kernel
mailing list