PCI: generic: Fix GPL v2 license string typo
authorBjorn Helgaas <bhelgaas@google.com>
Tue, 15 Jul 2014 21:07:46 +0000 (15:07 -0600)
committerBjorn Helgaas <bhelgaas@google.com>
Tue, 15 Jul 2014 21:07:46 +0000 (15:07 -0600)
commiteed6542dd53faa2f430abbd35e999c1f345d1edb
treedcd04badaef8fb3b9e51dd9b0775512d3cb89fa4
parent7171511eaec5bf23fb06078f59784a3a0626b38f
PCI: generic: Fix GPL v2 license string typo

Per license_is_gpl_compatible(), the MODULE_LICENSE() string for GPL v2 is
"GPL v2", not "GPLv2".  Use "GPL v2" so this module doesn't taint the
kernel.

Signed-off-by: Bjorn Helgaas <bhelgaas@google.com>
Acked-by: Will Deacon <will.deacon@arm.com>
drivers/pci/host/pci-host-generic.c