diff options
author | Randy Dunlap <rdunlap@infradead.org> | 2020-07-18 02:38:15 +0300 |
---|---|---|
committer | Wolfram Sang <wsa@kernel.org> | 2020-07-22 13:54:14 +0300 |
commit | aca7ed091117d9b4ce499855c383119afb2819a2 (patch) | |
tree | efa74637e76124b4fb73f043237ce4f695d72a27 /include/linux/i2c.h | |
parent | 12d4d9ec5eeecd712c73772e422b6d082e66b046 (diff) | |
download | linux-aca7ed091117d9b4ce499855c383119afb2819a2.tar.xz |
i2c: drop duplicated word in the header file
Drop the doubled word "be" in a comment.
Signed-off-by: Randy Dunlap <rdunlap@infradead.org>
Signed-off-by: Wolfram Sang <wsa@kernel.org>
Diffstat (limited to 'include/linux/i2c.h')
-rw-r--r-- | include/linux/i2c.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/i2c.h b/include/linux/i2c.h index b8b8963f8bb9..ee328cf80bd9 100644 --- a/include/linux/i2c.h +++ b/include/linux/i2c.h @@ -56,7 +56,7 @@ struct property_entry; * on a bus (or read from them). Apart from two basic transfer functions to * transmit one message at a time, a more complex version can be used to * transmit an arbitrary number of messages without interruption. - * @count must be be less than 64k since msg.len is u16. + * @count must be less than 64k since msg.len is u16. */ int i2c_transfer_buffer_flags(const struct i2c_client *client, char *buf, int count, u16 flags); |