All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] Fix typo in Kconfig help text
@ 2010-08-23  9:20 Thomas Weber
  2010-08-23 13:10 ` Jiri Kosina
  0 siblings, 1 reply; 2+ messages in thread
From: Thomas Weber @ 2010-08-23  9:20 UTC (permalink / raw)
  To: trivial; +Cc: linux-kernel, Thomas Weber

Fix the name of the sensor: BMP086 => BMP085

Signed-off-by: Thomas Weber <weber@corscience.de>
---
 drivers/misc/Kconfig |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/drivers/misc/Kconfig b/drivers/misc/Kconfig
index 0b591b6..9df5b75 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.
-- 
1.7.2


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] Fix typo in Kconfig help text
  2010-08-23  9:20 [PATCH] Fix typo in Kconfig help text Thomas Weber
@ 2010-08-23 13:10 ` Jiri Kosina
  0 siblings, 0 replies; 2+ messages in thread
From: Jiri Kosina @ 2010-08-23 13:10 UTC (permalink / raw)
  To: Thomas Weber; +Cc: linux-kernel

On Mon, 23 Aug 2010, Thomas Weber wrote:

> Fix the name of the sensor: BMP086 => BMP085
> 
> Signed-off-by: Thomas Weber <weber@corscience.de>
> ---
>  drivers/misc/Kconfig |    2 +-
>  1 files changed, 1 insertions(+), 1 deletions(-)
> 
> diff --git a/drivers/misc/Kconfig b/drivers/misc/Kconfig
> index 0b591b6..9df5b75 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.

Seems correct, applied, thanks.

-- 
Jiri Kosina
SUSE Labs, Novell Inc.

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2010-08-23 13:10 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2010-08-23  9:20 [PATCH] Fix typo in Kconfig help text Thomas Weber
2010-08-23 13:10 ` Jiri Kosina

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.