Changeset 3988

Show
Ignore:
Timestamp:
07/13/05 23:23:43 (3 years ago)
Author:
khali
Message:

Fix documentation to match code in i2c-dev.h. This is a backport from
Linux 2.6, original patch from Jan Veldeman.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • i2c/trunk/doc/dev-interface

    r3987 r3988  
    101101  Gets the adapter functionality and puts it in *funcs. 
    102102 
    103 ioctl(file,I2C_RDWR,struct i2c_ioctl_rdwr_data *msgset) 
     103ioctl(file,I2C_RDWR,struct i2c_rdwr_ioctl_data *msgset) 
    104104 
    105105  Do combined read/write transaction without stop in between. 
    106   The argument is a pointer to a struct i2c_ioctl_rdwr_data { 
     106  The argument is a pointer to a struct i2c_rdwr_ioctl_data { 
    107107 
    108108      struct i2c_msg *msgs;  /* ptr to array of simple messages */