Commit c2ea1d0c authored by Jonathan Albrieux's avatar Jonathan Albrieux Committed by Jonathan Cameron

iio: magnetometer: ak8975: Fix typo, uniform measurement unit style

Minor comment style edits.
Signed-off-by: default avatarJonathan Albrieux <jonathan.albrieux@gmail.com>
Reviewed-by: default avatarAndy Shevchenko <andriy.shevchenko@linux.intel.com>
Signed-off-by: default avatarJonathan Cameron <Jonathan.Cameron@huawei.com>
parent 94d2adc9
......@@ -385,9 +385,9 @@ static int ak8975_power_on(const struct ak8975_data *data)
return ret;
}
/*
* According to the datasheet the power supply rise time i 200us
* According to the datasheet the power supply rise time is 200us
* and the minimum wait time before mode setting is 100us, in
* total 300 us. Add some margin and say minimum 500us here.
* total 300us. Add some margin and say minimum 500us here.
*/
usleep_range(500, 1000);
return 0;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment