From: Thomas Weber Date: Mon, 23 Aug 2010 09:20:34 +0000 (+0200) Subject: Fix typo in Kconfig help text X-Git-Tag: firefly_0821_release~7613^2~3662^2~27 X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=d8b187c6b5f4a7ed7f6888b9e2eca3f648648b41;p=firefly-linux-kernel-4.4.55.git Fix typo in Kconfig help text Fix the name of the sensor: BMP086 => BMP085 Signed-off-by: Thomas Weber Signed-off-by: Jiri Kosina --- diff --git a/drivers/misc/Kconfig b/drivers/misc/Kconfig index 0b591b658243..9df5b759a00b 100644 --- a/drivers/misc/Kconfig +++ b/drivers/misc/Kconfig @@ -385,7 +385,7 @@ config BMP085 depends on I2C && SYSFS help If you say yes here you get support for the Bosch Sensortec - BMP086 digital pressure sensor. + BMP085 digital pressure sensor. To compile this driver as a module, choose M here: the module will be called bmp085.