aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/usb/core/hcd.c
diff options
context:
space:
mode:
authorMing Lei <tom.leiming@gmail.com>2008-03-23 08:58:28 -0400
committerGreg Kroah-Hartman <gregkh@suse.de>2008-04-25 00:16:45 -0400
commit44a29fd715a017183e83377b297ab3f792995467 (patch)
treee5295b369a3a935b0525c9204c087cf3ef332404 /drivers/usb/core/hcd.c
parent50d8ca9b5624bf50cc3ff624fe9ababf0c789bd2 (diff)
USB: fix comments of 2 functions in hcd.c
Remove useless @type note for rh_string() and @r note for usb_hcd_irq() since this two parameters were removed. Signed-off-by: Ming Lei <tom.leiming@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
Diffstat (limited to 'drivers/usb/core/hcd.c')
-rw-r--r--drivers/usb/core/hcd.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/usb/core/hcd.c b/drivers/usb/core/hcd.c
index e52ed1663b3c..f936de75f44e 100644
--- a/drivers/usb/core/hcd.c
+++ b/drivers/usb/core/hcd.c
@@ -291,7 +291,6 @@ static int ascii2utf (char *s, u8 *utf, int utfmax)
291 * rh_string - provides manufacturer, product and serial strings for root hub 291 * rh_string - provides manufacturer, product and serial strings for root hub
292 * @id: the string ID number (1: serial number, 2: product, 3: vendor) 292 * @id: the string ID number (1: serial number, 2: product, 3: vendor)
293 * @hcd: the host controller for this root hub 293 * @hcd: the host controller for this root hub
294 * @type: string describing our driver
295 * @data: return packet in UTF-16 LE 294 * @data: return packet in UTF-16 LE
296 * @len: length of the return packet 295 * @len: length of the return packet
297 * 296 *
@@ -1677,7 +1676,6 @@ EXPORT_SYMBOL_GPL(usb_bus_start_enum);
1677 * usb_hcd_irq - hook IRQs to HCD framework (bus glue) 1676 * usb_hcd_irq - hook IRQs to HCD framework (bus glue)
1678 * @irq: the IRQ being raised 1677 * @irq: the IRQ being raised
1679 * @__hcd: pointer to the HCD whose IRQ is being signaled 1678 * @__hcd: pointer to the HCD whose IRQ is being signaled
1680 * @r: saved hardware registers
1681 * 1679 *
1682 * If the controller isn't HALTed, calls the driver's irq handler. 1680 * If the controller isn't HALTed, calls the driver's irq handler.
1683 * Checks whether the controller is now dead. 1681 * Checks whether the controller is now dead.