Skip to content

Commit

Permalink
usb: cdns3: fix spelling mistake "wrapperr" -> "wrapper"
Browse files Browse the repository at this point in the history
There is a spelling mistake in the module description. Fix it.

Signed-off-by: Colin Ian King <colin.king@canonical.com>
Link: https://lore.kernel.org/r/20200318160108.267403-1-colin.king@canonical.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
  • Loading branch information
Colin Ian King authored and Greg Kroah-Hartman committed Mar 19, 2020
1 parent ca9e742 commit 23a7371
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/usb/cdns3/cdns3-pci-wrap.c
Original file line number Diff line number Diff line change
Expand Up @@ -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");

0 comments on commit 23a7371

Please sign in to comment.