linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] iio: fix spellint typo in comments
@ 2020-09-22 11:06 Wang Qing
  2020-09-23 20:05 ` Jonathan Cameron
  0 siblings, 1 reply; 2+ messages in thread
From: Wang Qing @ 2020-09-22 11:06 UTC (permalink / raw)
  To: Linus Walleij, Jonathan Cameron, Hartmut Knaack,
	Lars-Peter Clausen, Peter Meerwald-Stadler, linux-iio,
	linux-kernel
  Cc: Wang Qing

Change the comment typo: "definately" -> "definitely".

Signed-off-by: Wang Qing <wangqing@vivo.com>
---
 drivers/iio/light/gp2ap002.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/iio/light/gp2ap002.c b/drivers/iio/light/gp2ap002.c
index d5e1cd2..7ba7aa5
--- a/drivers/iio/light/gp2ap002.c
+++ b/drivers/iio/light/gp2ap002.c
@@ -566,7 +566,7 @@ static int gp2ap002_probe(struct i2c_client *client,
 
 	/*
 	 * Initialize the device and signal to runtime PM that now we are
-	 * definately up and using power.
+	 * definitely up and using power.
 	 */
 	ret = gp2ap002_init(gp2ap002);
 	if (ret) {
-- 
2.7.4


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

* Re: [PATCH] iio: fix spellint typo in comments
  2020-09-22 11:06 [PATCH] iio: fix spellint typo in comments Wang Qing
@ 2020-09-23 20:05 ` Jonathan Cameron
  0 siblings, 0 replies; 2+ messages in thread
From: Jonathan Cameron @ 2020-09-23 20:05 UTC (permalink / raw)
  To: Wang Qing
  Cc: Linus Walleij, Hartmut Knaack, Lars-Peter Clausen,
	Peter Meerwald-Stadler, linux-iio, linux-kernel

On Tue, 22 Sep 2020 19:06:56 +0800
Wang Qing <wangqing@vivo.com> wrote:

> Change the comment typo: "definately" -> "definitely".
> 
> Signed-off-by: Wang Qing <wangqing@vivo.com>
Applied.  Thanks,

Jonathan

> ---
>  drivers/iio/light/gp2ap002.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/drivers/iio/light/gp2ap002.c b/drivers/iio/light/gp2ap002.c
> index d5e1cd2..7ba7aa5
> --- a/drivers/iio/light/gp2ap002.c
> +++ b/drivers/iio/light/gp2ap002.c
> @@ -566,7 +566,7 @@ static int gp2ap002_probe(struct i2c_client *client,
>  
>  	/*
>  	 * Initialize the device and signal to runtime PM that now we are
> -	 * definately up and using power.
> +	 * definitely up and using power.
>  	 */
>  	ret = gp2ap002_init(gp2ap002);
>  	if (ret) {


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

end of thread, other threads:[~2020-09-23 20:06 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-09-22 11:06 [PATCH] iio: fix spellint typo in comments Wang Qing
2020-09-23 20:05 ` Jonathan Cameron

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).