[<prev] [next>] [day] [month] [year] [list]
Message-Id: <20200318160108.267403-1-colin.king@canonical.com>
Date: Wed, 18 Mar 2020 16:01:08 +0000
From: Colin King <colin.king@...onical.com>
To: Greg Kroah-Hartman <gregkh@...uxfoundation.org>,
Felipe Balbi <felipe.balbi@...ux.intel.com>,
linux-usb@...r.kernel.org
Cc: kernel-janitors@...r.kernel.org, linux-kernel@...r.kernel.org
Subject: [PATCH] usb: cdns3: fix spelling mistake "wrapperr" -> "wrapper"
From: Colin Ian King <colin.king@...onical.com>
There is a spelling mistake in the module description. Fix it.
Signed-off-by: Colin Ian King <colin.king@...onical.com>
---
drivers/usb/cdns3/cdns3-pci-wrap.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
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@...ence.com>");
MODULE_LICENSE("GPL v2");
-MODULE_DESCRIPTION("Cadence USBSS PCI wrapperr");
+MODULE_DESCRIPTION("Cadence USBSS PCI wrapper");
--
2.25.1
Powered by blists - more mailing lists