diff options
author | Colin Ian King <[email protected]> | 2020-03-18 16:01:08 +0000 |
---|---|---|
committer | Greg Kroah-Hartman <[email protected]> | 2020-03-19 15:14:48 +0100 |
commit | 23a73711facabb9dbf36b31ce05196cef5020e0b (patch) | |
tree | 6872c44670d006ff6b52ccd5b5e0c7da328202ef /drivers/usb/cdns3/cdns3-pci-wrap.c | |
parent | ca9e742b5c27c230b0bf003aecba2433a60ba837 (diff) |
usb: cdns3: fix spelling mistake "wrapperr" -> "wrapper"
There is a spelling mistake in the module description. Fix it.
Signed-off-by: Colin Ian King <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Greg Kroah-Hartman <[email protected]>
Diffstat (limited to 'drivers/usb/cdns3/cdns3-pci-wrap.c')
-rw-r--r-- | drivers/usb/cdns3/cdns3-pci-wrap.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/usb/cdns3/cdns3-pci-wrap.c b/drivers/usb/cdns3/cdns3-pci-wrap.c index b0a29efe7d31..deeea618ba33 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 <[email protected]>"); MODULE_LICENSE("GPL v2"); -MODULE_DESCRIPTION("Cadence USBSS PCI wrapperr"); +MODULE_DESCRIPTION("Cadence USBSS PCI wrapper"); |