From 1424301f3b3c15a80dd1bbadd62069d5a9bb3d23 Mon Sep 17 00:00:00 2001 From: lyz Date: Tue, 27 Jan 2015 11:46:38 +0800 Subject: [PATCH] usb: ehci-rockchip: fix typo 'work around' should be 'walk around' Signed-off-by: lyz --- drivers/usb/host/ehci-rockchip.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. */ -- 2.34.1