mirror of
https://github.com/torvalds/linux
synced 2024-11-05 18:23:50 +00:00
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>
This commit is contained in:
parent
2cdc560abe
commit
a86ea55790
1 changed files with 1 additions and 1 deletions
|
@ -169,7 +169,7 @@ static int cm32181_write_als_it(struct cm32181_chip *cm32181, int val)
|
||||||
* @cm32181: pointer of struct cm32181.
|
* @cm32181: pointer of struct cm32181.
|
||||||
*
|
*
|
||||||
* Convert sensor raw data to lux. It depends on integration
|
* 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.
|
* Return: Positive value is lux, otherwise is error code.
|
||||||
*/
|
*/
|
||||||
|
|
Loading…
Reference in a new issue