From: Randy Dunlap Date: Wed, 9 Sep 2020 00:57:19 +0000 (-0700) Subject: usb: phy: phy-ab8500-usb: fix spello of "function" X-Git-Tag: v5.10.7~1419^2~12^2~57 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=897b81384302bf2e1eaff008163e492dda4ceaca;p=platform%2Fkernel%2Flinux-rpi.git usb: phy: phy-ab8500-usb: fix spello of "function" Fix typo/spello of "function". Signed-off-by: Randy Dunlap Cc: Felipe Balbi Cc: linux-usb@vger.kernel.org Cc: Jiri Kosina Signed-off-by: Felipe Balbi --- diff --git a/drivers/usb/phy/phy-ab8500-usb.c b/drivers/usb/phy/phy-ab8500-usb.c index aa4a314..4c52ba9 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 */