diff options
author | Kushagra Verma <kushagra765@outlook.com> | 2022-05-20 17:40:47 +0530 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2022-06-12 06:49:47 +0200 |
commit | 3085d1bd47f2bfdd0b34b8399011f2ed6292fe8c (patch) | |
tree | 0449fe2f74bdbc24880ca3f09640005cd8c804c2 /drivers/usb/dwc3/Kconfig | |
parent | d1b39dd5819a0ea5e09fb2c7f7bcb2e127cdbd89 (diff) | |
download | linux-stable-3085d1bd47f2bfdd0b34b8399011f2ed6292fe8c.tar.gz linux-stable-3085d1bd47f2bfdd0b34b8399011f2ed6292fe8c.tar.bz2 linux-stable-3085d1bd47f2bfdd0b34b8399011f2ed6292fe8c.zip |
usb: dwc3: Fix typos in Kconfig
Fixes the following 2 typos in Kconfig:
1. is -> as
2. progammed -> programmed
Signed-off-by: Kushagra Verma <kushagra765@outlook.com>
Link: https://lore.kernel.org/r/HK0PR01MB280151A3B2CF6C3E4DC2F9CAF8D39@HK0PR01MB2801.apcprd01.prod.exchangelabs.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/usb/dwc3/Kconfig')
-rw-r--r-- | drivers/usb/dwc3/Kconfig | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/usb/dwc3/Kconfig b/drivers/usb/dwc3/Kconfig index cd9a734522a7..03ededa86da1 100644 --- a/drivers/usb/dwc3/Kconfig +++ b/drivers/usb/dwc3/Kconfig @@ -9,7 +9,7 @@ config USB_DWC3 Say Y or M here if your system has a Dual Role SuperSpeed USB controller based on the DesignWare USB3 IP Core. - If you choose to build this driver is a dynamically linked + If you choose to build this driver as a dynamically linked module, the module will be called dwc3.ko. if USB_DWC3 @@ -165,7 +165,7 @@ config USB_DWC3_AM62 default USB_DWC3 help Support TI's AM62 platforms with DesignWare Core USB3 IP. - The Designware Core USB3 IP is progammed to operate in + The Designware Core USB3 IP is programmed to operate in in USB 2.0 mode only. Say 'Y' or 'M' here if you have one such device endif |