i2c: meson: fix typo in comment
authorJulia Lawall <Julia.Lawall@inria.fr>
Sat, 21 May 2022 11:11:03 +0000 (13:11 +0200)
committerWolfram Sang <wsa@kernel.org>
Sat, 21 May 2022 11:33:25 +0000 (13:33 +0200)
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>
drivers/i2c/busses/i2c-meson.c

index 195a971..61cc5b2 100644 (file)
@@ -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;