diff options
-rw-r--r-- | Documentation/i2c/dev-interface | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Documentation/i2c/dev-interface b/Documentation/i2c/dev-interface index 09d6cda2a1fb..a78ea62506ee 100644 --- a/Documentation/i2c/dev-interface +++ b/Documentation/i2c/dev-interface | |||
@@ -97,10 +97,10 @@ ioctl(file,I2C_PEC,long select) | |||
97 | ioctl(file,I2C_FUNCS,unsigned long *funcs) | 97 | ioctl(file,I2C_FUNCS,unsigned long *funcs) |
98 | Gets the adapter functionality and puts it in *funcs. | 98 | Gets the adapter functionality and puts it in *funcs. |
99 | 99 | ||
100 | ioctl(file,I2C_RDWR,struct i2c_ioctl_rdwr_data *msgset) | 100 | ioctl(file,I2C_RDWR,struct i2c_rdwr_ioctl_data *msgset) |
101 | 101 | ||
102 | Do combined read/write transaction without stop in between. | 102 | Do combined read/write transaction without stop in between. |
103 | The argument is a pointer to a struct i2c_ioctl_rdwr_data { | 103 | The argument is a pointer to a struct i2c_rdwr_ioctl_data { |
104 | 104 | ||
105 | struct i2c_msg *msgs; /* ptr to array of simple messages */ | 105 | struct i2c_msg *msgs; /* ptr to array of simple messages */ |
106 | int nmsgs; /* number of messages to exchange */ | 106 | int nmsgs; /* number of messages to exchange */ |