Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

docs: iio: fix grammatical error

Clarify the instruction for disabling autocalibration by adding the word
"by"

Signed-off-by: Ivin Joel Abraham <ivinjabraham@gmail.com>
Link: https://patch.msgid.link/20241002100341.110435-1-ivinjabraham@gmail.com
Signed-off-by: Jonathan Cameron <Jonathan.Cameron@huawei.com>

authored by

Ivin Joel Abraham and committed by
Jonathan Cameron
ee8caf42 1276d269

+1 -1
+1 -1
Documentation/iio/bno055.rst
··· 22 22 23 23 The IMU continuously performs an autocalibration procedure if (and only if) 24 24 operating in fusion mode. The magnetometer autocalibration can however be 25 - disabled writing 0 in the sysfs in_magn_calibration_fast_enable attribute. 25 + disabled by writing 0 in the sysfs in_magn_calibration_fast_enable attribute. 26 26 27 27 The driver provides access to autocalibration flags (i.e. you can known if 28 28 the IMU has successfully autocalibrated) and to the calibration data blob.