From: Colin Ian King Date: Wed, 18 Mar 2020 16:01:08 +0000 (+0000) Subject: usb: cdns3: fix spelling mistake "wrapperr" -> "wrapper" X-Git-Tag: v5.7-rc1~192^2~15 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=23a73711facabb9dbf36b31ce05196cef5020e0b;p=thirdparty%2Flinux.git usb: cdns3: fix spelling mistake "wrapperr" -> "wrapper" There is a spelling mistake in the module description. Fix it. Signed-off-by: Colin Ian King Link: https://lore.kernel.org/r/20200318160108.267403-1-colin.king@canonical.com Signed-off-by: Greg Kroah-Hartman --- diff --git a/drivers/usb/cdns3/cdns3-pci-wrap.c b/drivers/usb/cdns3/cdns3-pci-wrap.c index b0a29efe7d317..deeea618ba33b 100644 --- a/drivers/usb/cdns3/cdns3-pci-wrap.c +++ b/drivers/usb/cdns3/cdns3-pci-wrap.c @@ -201,4 +201,4 @@ MODULE_DEVICE_TABLE(pci, cdns3_pci_ids); MODULE_AUTHOR("Pawel Laszczak "); MODULE_LICENSE("GPL v2"); -MODULE_DESCRIPTION("Cadence USBSS PCI wrapperr"); +MODULE_DESCRIPTION("Cadence USBSS PCI wrapper");