DocBook: update function parameter description in USB code
Signed-off-by: Martin Waitz <[EMAIL PROTECTED]>


# This is a BitKeeper generated patch for the following project:
# Project Name: Linux kernel tree
# This patch format is intended for GNU patch command version 2.5 or higher.
# This patch includes the following deltas:
#                  ChangeSet    1.2029  -> 1.2030 
#       drivers/usb/core/hub.c  1.160   -> 1.161  
#       drivers/usb/core/hcd.c  1.115   -> 1.116  
#
# The following is the BitKeeper ChangeSet Log
# --------------------------------------------
# 05/01/26      [EMAIL PROTECTED]       1.2030
# DocBook: update function parameter description in USB code
# 
# Signed-off-by: Martin Waitz <[EMAIL PROTECTED]>
# --------------------------------------------
#
diff -Nru a/drivers/usb/core/hcd.c b/drivers/usb/core/hcd.c
--- a/drivers/usb/core/hcd.c    Thu Mar  3 11:41:51 2005
+++ b/drivers/usb/core/hcd.c    Thu Mar  3 11:41:51 2005
@@ -1394,7 +1394,7 @@
 /**
  * usb_bus_start_enum - start immediate enumeration (for OTG)
  * @bus: the bus (must use hcd framework)
- * @port: 1-based number of port; usually bus->otg_port
+ * @port_num: 1-based number of port; usually bus->otg_port
  * Context: in_interrupt()
  *
  * Starts enumeration, with an immediate reset followed later by
diff -Nru a/drivers/usb/core/hub.c b/drivers/usb/core/hub.c
--- a/drivers/usb/core/hub.c    Thu Mar  3 11:41:51 2005
+++ b/drivers/usb/core/hub.c    Thu Mar  3 11:41:51 2005
@@ -383,7 +383,7 @@
 
 /**
  * usb_hub_tt_clear_buffer - clear control/bulk TT state in high speed hub
- * @dev: the device whose split transaction failed
+ * @udev: the device whose split transaction failed
  * @pipe: identifies the endpoint of the failed transaction
  *
  * High speed HCDs use this to tell the hub driver that some split control or
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Reply via email to