From: Wolfram Sang Date: Sun, 29 Aug 2010 16:17:14 +0000 (+0200) Subject: USB: core: update comment to match current function name X-Git-Url: http://git.lede-project.org./?a=commitdiff_plain;h=4bec99174a5911457cddd87ceab4f5e038cc8141;p=openwrt%2Fstaging%2Fblogic.git USB: core: update comment to match current function name Found while debugging a USB problem and trying to find the mentioned function. Signed-off-by: Wolfram Sang Signed-off-by: Greg Kroah-Hartman --- diff --git a/drivers/usb/core/hub.c b/drivers/usb/core/hub.c index 84c1897188d2..5da546c4fd79 100644 --- a/drivers/usb/core/hub.c +++ b/drivers/usb/core/hub.c @@ -3629,7 +3629,7 @@ static int usb_reset_and_verify_device(struct usb_device *udev) } if (!parent_hdev) { - /* this requires hcd-specific logic; see OHCI hc_restart() */ + /* this requires hcd-specific logic; see ohci_restart() */ dev_dbg(&udev->dev, "%s for root hub!\n", __func__); return -EISDIR; }