linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] i2c: meson: fix typo in comment
@ 2022-05-21 11:11 Julia Lawall
  2022-05-21 11:33 ` Wolfram Sang
  0 siblings, 1 reply; 2+ messages in thread
From: Julia Lawall @ 2022-05-21 11:11 UTC (permalink / raw)
  To: Neil Armstrong
  Cc: kernel-janitors, Kevin Hilman, Jerome Brunet,
	Martin Blumenstingl, linux-i2c, linux-arm-kernel, linux-amlogic,
	linux-kernel

Spelling mistake (triple letters) in comment.
Detected with the help of Coccinelle.

Signed-off-by: Julia Lawall <Julia.Lawall@inria.fr>

---
 drivers/i2c/busses/i2c-meson.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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;


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] i2c: meson: fix typo in comment
  2022-05-21 11:11 [PATCH] i2c: meson: fix typo in comment Julia Lawall
@ 2022-05-21 11:33 ` Wolfram Sang
  0 siblings, 0 replies; 2+ messages in thread
From: Wolfram Sang @ 2022-05-21 11:33 UTC (permalink / raw)
  To: Julia Lawall
  Cc: Neil Armstrong, kernel-janitors, Kevin Hilman, Jerome Brunet,
	Martin Blumenstingl, linux-i2c, linux-arm-kernel, linux-amlogic,
	linux-kernel

[-- Attachment #1: Type: text/plain, Size: 250 bytes --]

On Sat, May 21, 2022 at 01:11:03PM +0200, Julia Lawall wrote:
> Spelling mistake (triple letters) in comment.
> Detected with the help of Coccinelle.
> 
> Signed-off-by: Julia Lawall <Julia.Lawall@inria.fr>
> 

Applied to for-next, thanks!


[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 833 bytes --]

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2022-05-21 11:34 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-05-21 11:11 [PATCH] i2c: meson: fix typo in comment Julia Lawall
2022-05-21 11:33 ` Wolfram Sang

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).