Gitweb:     
http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=aa3481d5e686aa015e960f76253f0e771a92716a
Commit:     aa3481d5e686aa015e960f76253f0e771a92716a
Parent:     2e89db75aee14f3f195836560e0973c9ff215f94
Author:     Randy Dunlap <[EMAIL PROTECTED]>
AuthorDate: Tue Jul 31 00:39:02 2007 -0700
Committer:  Linus Torvalds <[EMAIL PROTECTED]>
CommitDate: Tue Jul 31 15:39:41 2007 -0700

    i2c.h kernel-doc additions
    
    Add kernel-doc notation in <linux/i2c.h> for:
    
    Warning(linux-2.6.22-git12//include/linux/i2c.h:183): No description found 
for parameter 'driver'
    Warning(linux-2.6.22-git12//include/linux/i2c.h:183): No description found 
for parameter 'usage_count'
    Warning(linux-2.6.22-git12//include/linux/i2c.h:183): No description found 
for parameter 'list'
    Warning(linux-2.6.22-git12//include/linux/i2c.h:183): No description found 
for parameter 'released'
    
    Signed-off-by: Randy Dunlap <[EMAIL PROTECTED]>
    Cc: Jean Delvare <[EMAIL PROTECTED]>
    Signed-off-by: Andrew Morton <[EMAIL PROTECTED]>
    Signed-off-by: Linus Torvalds <[EMAIL PROTECTED]>
---
 include/linux/i2c.h |    4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)

diff --git a/include/linux/i2c.h b/include/linux/i2c.h
index 0c37a73..2a32f2f 100644
--- a/include/linux/i2c.h
+++ b/include/linux/i2c.h
@@ -156,10 +156,14 @@ struct i2c_driver {
  * @name: Indicates the type of the device, usually a chip name that's
  *     generic enough to hide second-sourcing and compatible revisions.
  * @adapter: manages the bus segment hosting this I2C device
+ * @driver: device's driver, hence pointer to access routines
+ * @usage_count: counts current number of users of this client
  * @dev: Driver model device node for the slave.
  * @irq: indicates the IRQ generated by this device (if any)
  * @driver_name: Identifies new-style driver used with this device; also
  *     used as the module name for hotplug/coldplug modprobe support.
+ * @list: list of active/busy clients
+ * @released: used to synchronize client releases & detaches and references
  *
  * An i2c_client identifies a single device (i.e. chip) connected to an
  * i2c bus. The behaviour exposed to Linux is defined by the driver
-
To unsubscribe from this list: send the line "unsubscribe git-commits-head" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to