]> bbs.cooldavid.org Git - net-next-2.6.git/commitdiff
USB: core: update comment to match current function name
authorWolfram Sang <w.sang@pengutronix.de>
Sun, 29 Aug 2010 16:17:14 +0000 (18:17 +0200)
committerGreg Kroah-Hartman <gregkh@suse.de>
Fri, 22 Oct 2010 17:21:21 +0000 (10:21 -0700)
Found while debugging a USB problem and trying to find the mentioned function.

Signed-off-by: Wolfram Sang <w.sang@pengutronix.de>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
drivers/usb/core/hub.c

index 84c1897188d274bff4b5ade992f45ef34aa35a01..5da546c4fd7980a7619e8a83fdcebfe77086ce46 100644 (file)
@@ -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;
        }