everywhere: fix typos
Fix a lot of typos Signed-off-by: Nazar Kazakov <nazar.kazakov.work@gmail.com>
This commit is contained in:
parent
210ed711a3
commit
9713f0d47c
331 changed files with 478 additions and 478 deletions
|
@ -97,7 +97,7 @@ static int opt3001_channel_get(const struct device *dev,
|
|||
* bits 11 to 0 are the mantissa bits
|
||||
*
|
||||
* lux is the integer obtained using the following formula:
|
||||
* (2^(exponent value)) * 0.01 * mantisa value
|
||||
* (2^(exponent value)) * 0.01 * mantissa value
|
||||
*/
|
||||
uval = (1 << (drv_data->sample >> OPT3001_SAMPLE_EXPONENT_SHIFT))
|
||||
* (drv_data->sample & OPT3001_MANTISSA_MASK);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue