From: Jonathan Cameron <jic23@kernel.org>
To: Christophe JAILLET <christophe.jaillet@wanadoo.fr>
Cc: knaack.h@gmx.de, lars@metafoo.de, pmeerw@pmeerw.net,
ak@it-klinger.de, robh@kernel.org, songqiang1304521@gmail.com,
tglx@linutronix.de, linux-iio@vger.kernel.org,
linux-kernel@vger.kernel.org, kernel-janitors@vger.kernel.org
Subject: Re: [PATCH] Kconfig: Fix the reference to the RFD77402 ToF sensor in the 'help' section
Date: Sun, 25 Aug 2019 18:09:16 +0000 [thread overview]
Message-ID: <20190825190916.7ca6e750@archlinux> (raw)
In-Reply-To: <20190819044827.5259-1-christophe.jaillet@wanadoo.fr>
On Mon, 19 Aug 2019 06:48:27 +0200
Christophe JAILLET <christophe.jaillet@wanadoo.fr> wrote:
> This should be RFD77402, not RFD77420.
>
> Signed-off-by: Christophe JAILLET <christophe.jaillet@wanadoo.fr>
> ---
> Not sure that the Kconfig prefix is correct. I have choosen it because of
> commit 21cf20a84a ("Kconfig: change configuration of srf04 ultrasonic iio sensor")
Applied thanks. I left the prefix alone, though it's a bit unusual.
Thanks,
Jonathan
> ---
> drivers/iio/proximity/Kconfig | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/drivers/iio/proximity/Kconfig b/drivers/iio/proximity/Kconfig
> index 6b5cce6f1a7b..d53601447da4 100644
> --- a/drivers/iio/proximity/Kconfig
> +++ b/drivers/iio/proximity/Kconfig
> @@ -62,7 +62,7 @@ config RFD77402
> tristate "RFD77402 ToF sensor"
> depends on I2C
> help
> - Say Y to build a driver for the RFD77420 Time-of-Flight (distance)
> + Say Y to build a driver for the RFD77402 Time-of-Flight (distance)
> sensor module with I2C interface.
>
> To compile this driver as a module, choose M here: the
WARNING: multiple messages have this Message-ID (diff)
From: Jonathan Cameron <jic23@kernel.org>
To: Christophe JAILLET <christophe.jaillet@wanadoo.fr>
Cc: knaack.h@gmx.de, lars@metafoo.de, pmeerw@pmeerw.net,
ak@it-klinger.de, robh@kernel.org, songqiang1304521@gmail.com,
tglx@linutronix.de, linux-iio@vger.kernel.org,
linux-kernel@vger.kernel.org, kernel-janitors@vger.kernel.org
Subject: Re: [PATCH] Kconfig: Fix the reference to the RFD77402 ToF sensor in the 'help' section
Date: Sun, 25 Aug 2019 19:09:16 +0100 [thread overview]
Message-ID: <20190825190916.7ca6e750@archlinux> (raw)
In-Reply-To: <20190819044827.5259-1-christophe.jaillet@wanadoo.fr>
On Mon, 19 Aug 2019 06:48:27 +0200
Christophe JAILLET <christophe.jaillet@wanadoo.fr> wrote:
> This should be RFD77402, not RFD77420.
>
> Signed-off-by: Christophe JAILLET <christophe.jaillet@wanadoo.fr>
> ---
> Not sure that the Kconfig prefix is correct. I have choosen it because of
> commit 21cf20a84a ("Kconfig: change configuration of srf04 ultrasonic iio sensor")
Applied thanks. I left the prefix alone, though it's a bit unusual.
Thanks,
Jonathan
> ---
> drivers/iio/proximity/Kconfig | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/drivers/iio/proximity/Kconfig b/drivers/iio/proximity/Kconfig
> index 6b5cce6f1a7b..d53601447da4 100644
> --- a/drivers/iio/proximity/Kconfig
> +++ b/drivers/iio/proximity/Kconfig
> @@ -62,7 +62,7 @@ config RFD77402
> tristate "RFD77402 ToF sensor"
> depends on I2C
> help
> - Say Y to build a driver for the RFD77420 Time-of-Flight (distance)
> + Say Y to build a driver for the RFD77402 Time-of-Flight (distance)
> sensor module with I2C interface.
>
> To compile this driver as a module, choose M here: the
next prev parent reply other threads:[~2019-08-25 18:09 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2019-08-19 4:48 [PATCH] Kconfig: Fix the reference to the RFD77402 ToF sensor in the 'help' section Christophe JAILLET
2019-08-19 4:48 ` Christophe JAILLET
2019-08-19 5:04 ` [PATCH] Kconfig: Fix the reference to the IDT77105 Phy driver in the description of ATM_NICSTAR_USE_ Christophe JAILLET
2019-08-19 5:04 ` [PATCH] Kconfig: Fix the reference to the IDT77105 Phy driver in the description of ATM_NICSTAR_USE_IDT77105 Christophe JAILLET
2019-08-20 1:15 ` [PATCH] Kconfig: Fix the reference to the IDT77105 Phy driver in the description of ATM_NICSTAR_ David Miller
2019-08-20 1:15 ` [PATCH] Kconfig: Fix the reference to the IDT77105 Phy driver in the description of ATM_NICSTAR_USE_IDT77105 David Miller
2019-08-25 18:09 ` Jonathan Cameron [this message]
2019-08-25 18:09 ` [PATCH] Kconfig: Fix the reference to the RFD77402 ToF sensor in the 'help' section Jonathan Cameron
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20190825190916.7ca6e750@archlinux \
--to=jic23@kernel.org \
--cc=ak@it-klinger.de \
--cc=christophe.jaillet@wanadoo.fr \
--cc=kernel-janitors@vger.kernel.org \
--cc=knaack.h@gmx.de \
--cc=lars@metafoo.de \
--cc=linux-iio@vger.kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=pmeerw@pmeerw.net \
--cc=robh@kernel.org \
--cc=songqiang1304521@gmail.com \
--cc=tglx@linutronix.de \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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.