diff options
author | Julia Lawall <Julia.Lawall@inria.fr> | 2022-05-21 13:11:03 +0200 |
---|---|---|
committer | Wolfram Sang <wsa@kernel.org> | 2022-05-21 13:33:25 +0200 |
commit | 3cd4030da3a9b54ee1ffb8397aba857397c703e4 (patch) | |
tree | 7b9f576998817c27c4e5332eeaf7f9e93af33cdf /drivers/i2c | |
parent | e35fb4188942a7338588536cf9e9756c34c103fb (diff) | |
download | linux-3cd4030da3a9b54ee1ffb8397aba857397c703e4.tar.bz2 |
i2c: meson: fix typo in comment
Spelling mistake (triple letters) in comment.
Detected with the help of Coccinelle.
Signed-off-by: Julia Lawall <Julia.Lawall@inria.fr>
Signed-off-by: Wolfram Sang <wsa@kernel.org>
Diffstat (limited to 'drivers/i2c')
-rw-r--r-- | drivers/i2c/busses/i2c-meson.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/i2c/busses/i2c-meson.c b/drivers/i2c/busses/i2c-meson.c index 195a9716da31..61cc5b2462c6 100644 --- a/drivers/i2c/busses/i2c-meson.c +++ b/drivers/i2c/busses/i2c-meson.c @@ -82,7 +82,7 @@ enum { * @done: Completion used to wait for transfer termination * @tokens: Sequence of tokens to be written to the device * @num_tokens: Number of tokens - * @data: Pointer to the controlller's platform data + * @data: Pointer to the controller's platform data */ struct meson_i2c { struct i2c_adapter adap; |