aboutsummaryrefslogtreecommitdiffstats
path: root/drivers
diff options
context:
space:
mode:
authorRoberta Dobrescu <roberta.dobrescu@gmail.com>2015-01-16 00:24:41 +0200
committerJonathan Cameron <jic23@kernel.org>2015-01-25 22:53:49 +0000
commita86ea55790b397d7b389af0466c316b5a9984e86 (patch)
treebcdd1fa6cde1a047944b73205746b196ecfc0bdf /drivers
parentiio: light: tcs3414: Fix misindented lines (diff)
downloadlinux-dev-a86ea55790b397d7b389af0466c316b5a9984e86.tar.xz
linux-dev-a86ea55790b397d7b389af0466c316b5a9984e86.zip
iio: light: cm32181: Fix typo 's/claibscale/calibscale/'
Signed-off-by: Roberta Dobrescu <roberta.dobrescu@gmail.com> Reviewed-by: Daniel Baluta <daniel.baluta@intel.com> Signed-off-by: Jonathan Cameron <jic23@kernel.org>
Diffstat (limited to 'drivers')
-rw-r--r--drivers/iio/light/cm32181.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/iio/light/cm32181.c b/drivers/iio/light/cm32181.c
index ad36b294e4d5..5d12ae54d088 100644
--- a/drivers/iio/light/cm32181.c
+++ b/drivers/iio/light/cm32181.c
@@ -169,7 +169,7 @@ static int cm32181_write_als_it(struct cm32181_chip *cm32181, int val)
* @cm32181: pointer of struct cm32181.
*
* Convert sensor raw data to lux. It depends on integration
- * time and claibscale variable.
+ * time and calibscale variable.
*
* Return: Positive value is lux, otherwise is error code.
*/