We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 12d4d9e commit aca7ed0Copy full SHA for aca7ed0
include/linux/i2c.h
@@ -56,7 +56,7 @@ struct property_entry;
56
* on a bus (or read from them). Apart from two basic transfer functions to
57
* transmit one message at a time, a more complex version can be used to
58
* transmit an arbitrary number of messages without interruption.
59
- * @count must be be less than 64k since msg.len is u16.
+ * @count must be less than 64k since msg.len is u16.
60
*/
61
int i2c_transfer_buffer_flags(const struct i2c_client *client,
62
char *buf, int count, u16 flags);
0 commit comments