Doc:misc-devices: Fix typo in Documentation/misc-devices
This patch fix spelling typos in Documentation/misc-devices. Signed-off-by: Masanari Iida <standby24x7@gmail.com> Signed-off-by: Jonathan Corbet <corbet@lwn.net>
This commit is contained in:
parent
ac78a15de4
commit
96d8d5ffae
|
@ -30,7 +30,7 @@ lead to false interrupt, but that doesn't harm.
|
|||
|
||||
ALS contains 4 different gain steps. Driver automatically
|
||||
selects suitable gain step. After each measurement, reliability of the results
|
||||
is estimated and new measurement is trigged if necessary.
|
||||
is estimated and new measurement is triggered if necessary.
|
||||
|
||||
Platform data can provide tuned values to the conversion formulas if
|
||||
values are known. Otherwise plain sensor default values are used.
|
||||
|
|
|
@ -29,7 +29,7 @@ Detection
|
|||
|
||||
The ISL29003 does not have an ID register which could be used to identify
|
||||
it, so the detection routine will just try to read from the configured I2C
|
||||
addess and consider the device to be present as soon as it ACKs the
|
||||
address and consider the device to be present as soon as it ACKs the
|
||||
transfer.
|
||||
|
||||
|
||||
|
|
|
@ -22,7 +22,7 @@ At reset, the MAX6875 reads the configuration EEPROM into its configuration
|
|||
registers. The chip then begins to operate according to the values in the
|
||||
registers.
|
||||
|
||||
The Maxim MAX6874 is a similar, mostly compatible device, with more intputs
|
||||
The Maxim MAX6874 is a similar, mostly compatible device, with more inputs
|
||||
and outputs:
|
||||
vin gpi vout
|
||||
MAX6874 6 4 8
|
||||
|
|
Loading…
Reference in New Issue