diff options
author | Wolfram Sang <w.sang@pengutronix.de> | 2010-08-29 18:17:14 +0200 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@suse.de> | 2010-10-22 10:21:21 -0700 |
commit | 4bec99174a5911457cddd87ceab4f5e038cc8141 (patch) | |
tree | 23b38862d8361d83d6571d56bf5c423188f6cf90 /drivers/usb/core | |
parent | 37b5801e16d2e192fe2b20f4af33aa8c6e8786f3 (diff) |
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 <w.sang@pengutronix.de>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
Diffstat (limited to 'drivers/usb/core')
-rw-r--r-- | drivers/usb/core/hub.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/usb/core/hub.c b/drivers/usb/core/hub.c index 84c1897188d..5da546c4fd7 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; } |