diff options
author | Wang Qing <wangqing@vivo.com> | 2020-09-22 13:06:56 +0200 |
---|---|---|
committer | Jonathan Cameron <Jonathan.Cameron@huawei.com> | 2020-09-29 18:26:44 +0200 |
commit | 1f026587a57cfd62dd4495d8fb508edcf1453329 (patch) | |
tree | e9757de5f7fcfc6fe173f1e04f39010e54dca84b /drivers/iio | |
parent | counter: microchip-tcb-capture: Constify mchp_tc_ops (diff) | |
download | linux-1f026587a57cfd62dd4495d8fb508edcf1453329.tar.xz linux-1f026587a57cfd62dd4495d8fb508edcf1453329.zip |
iio:light:gp2ap002 fix spelling typo in comments
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>
Diffstat (limited to 'drivers/iio')
-rw-r--r-- | drivers/iio/light/gp2ap002.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/iio/light/gp2ap002.c b/drivers/iio/light/gp2ap002.c index d5e1cd27eb46..7ba7aa59437c 100644 --- 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) { |