On Tue, Jul 15, 2014 at 4:56 PM, Bjorn Helgaas <bhelgaas@xxxxxxxxxx> wrote: > Thierry posted similar patches for tegra and mvebu. These change the rest > of the occurrences in drivers/pci from: > > -MODULE_LICENSE("GPLv2"); > +MODULE_LICENSE("GPL v2"); I should have done the research earlier, but the relevant code that checks these strings is license_is_gpl_compatible(). That looks for "GPL v2" but not "GPLv2". > --- > > Bjorn Helgaas (2): > PCI: generic: Fix GPL v2 license string typo > PCI: rcar: Fix GPL v2 license string typo > > > drivers/pci/host/pci-host-generic.c | 2 +- > drivers/pci/host/pcie-rcar.c | 2 +- > 2 files changed, 2 insertions(+), 2 deletions(-) -- To unsubscribe from this list: send the line "unsubscribe linux-pci" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html