From: lyz Date: Tue, 27 Jan 2015 03:46:38 +0000 (+0800) Subject: usb: ehci-rockchip: fix typo X-Git-Tag: firefly_0821_release~4263^2~50 X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=1424301f3b3c15a80dd1bbadd62069d5a9bb3d23;p=firefly-linux-kernel-4.4.55.git usb: ehci-rockchip: fix typo 'work around' should be 'walk around' Signed-off-by: lyz --- diff --git a/drivers/usb/host/ehci-rockchip.c b/drivers/usb/host/ehci-rockchip.c index 874f8008150e..f3ee0bbec8d5 100755 --- a/drivers/usb/host/ehci-rockchip.c +++ b/drivers/usb/host/ehci-rockchip.c @@ -478,7 +478,7 @@ static int __init ehci_rk_init(void) ehci_init_driver(&rk_ehci_hc_driver, &rk_overrides); /* - * Work-around: RK3288 do not support OHCI controller, so our + * Walk around: RK3288 do not support OHCI controller, so our * vendor-spec ehci driver has to prevent handing off this port to * OHCI by standard ehci-hub driver, put PORT_OWNER back to 0 manually. */