aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWolfram Sang <[email protected]>2010-08-29 18:17:14 +0200
committerGreg Kroah-Hartman <[email protected]>2010-10-22 10:21:21 -0700
commit4bec99174a5911457cddd87ceab4f5e038cc8141 (patch)
tree23b38862d8361d83d6571d56bf5c423188f6cf90
parent37b5801e16d2e192fe2b20f4af33aa8c6e8786f3 (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 <[email protected]> Signed-off-by: Greg Kroah-Hartman <[email protected]>
-rw-r--r--drivers/usb/core/hub.c2
1 files changed, 1 insertions, 1 deletions
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;
}