diff mbox series

usb: cdns3: fix spelling mistake "wrapperr" -> "wrapper"

Message ID 20200318160108.267403-1-colin.king@canonical.com (mailing list archive)
State Mainlined
Commit 23a73711facabb9dbf36b31ce05196cef5020e0b
Headers show
Series usb: cdns3: fix spelling mistake "wrapperr" -> "wrapper" | expand

Commit Message

Colin King March 18, 2020, 4:01 p.m. UTC
From: Colin Ian King <colin.king@canonical.com>

There is a spelling mistake in the module description. Fix it.

Signed-off-by: Colin Ian King <colin.king@canonical.com>
---
 drivers/usb/cdns3/cdns3-pci-wrap.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff mbox series

Patch

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 <pawell@cadence.com>");
 MODULE_LICENSE("GPL v2");
-MODULE_DESCRIPTION("Cadence USBSS PCI wrapperr");
+MODULE_DESCRIPTION("Cadence USBSS PCI wrapper");