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

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

parent 94d2adc9
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -385,7 +385,7 @@ 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 300us. Add some margin and say minimum 500us here.
	 */