Commit d8b187c6b5f4a7ed7f6888b9e2eca3f648648b41
Committed by
Jiri Kosina
1 parent
08ff45ca60
Exists in
master
and in
7 other branches
Fix typo in Kconfig help text
Fix the name of the sensor: BMP086 => BMP085 Signed-off-by: Thomas Weber <weber@corscience.de> Signed-off-by: Jiri Kosina <jkosina@suse.cz>
Showing 1 changed file with 1 additions and 1 deletions Side-by-side Diff
drivers/misc/Kconfig
... | ... | @@ -385,7 +385,7 @@ |
385 | 385 | depends on I2C && SYSFS |
386 | 386 | help |
387 | 387 | If you say yes here you get support for the Bosch Sensortec |
388 | - BMP086 digital pressure sensor. | |
388 | + BMP085 digital pressure sensor. | |
389 | 389 | |
390 | 390 | To compile this driver as a module, choose M here: the |
391 | 391 | module will be called bmp085. |