diff mbox series

iio: fix spellint typo in comments

Message ID 1600772818-30882-1-git-send-email-wangqing@vivo.com (mailing list archive)
State New, archived
Headers show
Series iio: fix spellint typo in comments | expand

Commit Message

王擎 Sept. 22, 2020, 11:06 a.m. UTC
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(-)

Comments

Jonathan Cameron Sept. 23, 2020, 8:05 p.m. UTC | #1
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) {
diff mbox series

Patch

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