summaryrefslogtreecommitdiffstats
path: root/drivers/usb/phy
diff options
context:
space:
mode:
authorRandy Dunlap <rdunlap@infradead.org>2020-09-08 17:57:19 -0700
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2020-09-14 16:50:48 +0200
commitf5f875b5618e4aa2ef5fce003fc5fc6d80f4bc54 (patch)
tree6ef90145f2a6b04e0b4b147ab9dd3775f425c85f /drivers/usb/phy
parentac9ae510d5d725dc7834028e840e8aa6324a1590 (diff)
downloadlinux-f5f875b5618e4aa2ef5fce003fc5fc6d80f4bc54.tar.bz2
usb: phy: phy-ab8500-usb: fix spello of "function"
Fix typo/spello of "function". Cc: Felipe Balbi <balbi@kernel.org> Cc: Jiri Kosina <trivial@kernel.org> Signed-off-by: Randy Dunlap <rdunlap@infradead.org> Link: https://lore.kernel.org/r/1be7e71f-6b79-290a-f38e-b51ccaf85e8e@infradead.org Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/usb/phy')
-rw-r--r--drivers/usb/phy/phy-ab8500-usb.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/usb/phy/phy-ab8500-usb.c b/drivers/usb/phy/phy-ab8500-usb.c
index aa4a3140394b..4c52ba96f17e 100644
--- a/drivers/usb/phy/phy-ab8500-usb.c
+++ b/drivers/usb/phy/phy-ab8500-usb.c
@@ -518,7 +518,7 @@ static int ab8500_usb_link_status_update(struct ab8500_usb *ab,
* 3. Enable AB regulators
* 4. Enable USB phy
* 5. Reset the musb controller
- * 6. Switch the ULPI GPIO pins to fucntion mode
+ * 6. Switch the ULPI GPIO pins to function mode
* 7. Enable the musb Peripheral5 clock
* 8. Restore MUSB context
*/