lkml.org 
[lkml]   [2005]   [Mar]   [3]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
Patch in this message
/
DateThu, 3 Mar 2005 11:41:47 +0100
FromMartin Waitz <>
Subject[PATCH 5/16] DocBook: update function parameter description in USB code
DocBook: update function parameter description in USB code
Signed-off-by: Martin Waitz <tali@admingilde.org>


# 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 tali@admingilde.org 1.2030
# DocBook: update function parameter description in USB code
#
# Signed-off-by: Martin Waitz <tali@admingilde.org>
# --------------------------------------------
#
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 majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
\
 
 \ /
  Last update: 2005-03-22 14:10    [from the cache]
©2003-2010