Skip to content

Commit aca7ed0

Browse files
rddunlapwsakernel
authored andcommitted
i2c: drop duplicated word in the header file
Drop the doubled word "be" in a comment. Signed-off-by: Randy Dunlap <[email protected]> Signed-off-by: Wolfram Sang <[email protected]>
1 parent 12d4d9e commit aca7ed0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

include/linux/i2c.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ struct property_entry;
5656
* on a bus (or read from them). Apart from two basic transfer functions to
5757
* transmit one message at a time, a more complex version can be used to
5858
* transmit an arbitrary number of messages without interruption.
59-
* @count must be be less than 64k since msg.len is u16.
59+
* @count must be less than 64k since msg.len is u16.
6060
*/
6161
int i2c_transfer_buffer_flags(const struct i2c_client *client,
6262
char *buf, int count, u16 flags);

0 commit comments

Comments
 (0)