diff mbox series

[trivial] usb: phy: phy-ab8500-usb: fix spello of "function"

Message ID 1be7e71f-6b79-290a-f38e-b51ccaf85e8e@infradead.org
State New
Headers show
Series [trivial] usb: phy: phy-ab8500-usb: fix spello of "function" | expand

Commit Message

Randy Dunlap Sept. 9, 2020, 12:57 a.m. UTC
From: Randy Dunlap <rdunlap@infradead.org>

Fix typo/spello of "function".

Signed-off-by: Randy Dunlap <rdunlap@infradead.org>
Cc: Felipe Balbi <balbi@kernel.org>
Cc: linux-usb@vger.kernel.org
Cc: Jiri Kosina <trivial@kernel.org>
---
 drivers/usb/phy/phy-ab8500-usb.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff mbox series

Patch

--- linux-next-20200908.orig/drivers/usb/phy/phy-ab8500-usb.c
+++ linux-next-20200908/drivers/usb/phy/phy-ab8500-usb.c
@@ -518,7 +518,7 @@  static int ab8500_usb_link_status_update
  *   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
  */