iio:light:gp2ap002 fix spelling typo in comments
authorWang Qing <wangqing@vivo.com>
Tue, 22 Sep 2020 11:06:56 +0000 (19:06 +0800)
committerJonathan Cameron <Jonathan.Cameron@huawei.com>
Tue, 29 Sep 2020 16:26:44 +0000 (17:26 +0100)
Change the comment typo: "definately" -> "definitely".

Signed-off-by: Wang Qing <wangqing@vivo.com>
Link: https://lore.kernel.org/r/1600772818-30882-1-git-send-email-wangqing@vivo.com
Signed-off-by: Jonathan Cameron <Jonathan.Cameron@huawei.com>
drivers/iio/light/gp2ap002.c

index d5e1cd2..7ba7aa5 100644 (file)
@@ -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) {