Skip to content

Commit 3cd4030

Browse files
JuliaLawallwsakernel
authored andcommitted
i2c: meson: fix typo in comment
Spelling mistake (triple letters) in comment. Detected with the help of Coccinelle. Signed-off-by: Julia Lawall <[email protected]> Signed-off-by: Wolfram Sang <[email protected]>
1 parent e35fb41 commit 3cd4030

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

drivers/i2c/busses/i2c-meson.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ enum {
8282
* @done: Completion used to wait for transfer termination
8383
* @tokens: Sequence of tokens to be written to the device
8484
* @num_tokens: Number of tokens
85-
* @data: Pointer to the controlller's platform data
85+
* @data: Pointer to the controller's platform data
8686
*/
8787
struct meson_i2c {
8888
struct i2c_adapter adap;

0 commit comments

Comments
 (0)