linux-hwmon.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Guenter Roeck <linux@roeck-us.net>
To: Cheng-Min Ao <ginyo78914@gmail.com>, jdelvare@suse.com
Cc: "linux-hwmon@vger.kernel.org" <linux-hwmon@vger.kernel.org>
Subject: Re: [PATCH] hwmon: (tmp421) Correct the misspelling of the tmp442 compatible attribute in OF device ID table
Date: Mon, 7 Jan 2019 21:06:26 -0800	[thread overview]
Message-ID: <4d0f61b5-98c4-0f63-2b1d-6a84b32c255f@roeck-us.net> (raw)
In-Reply-To: <1546842572-75828-1-git-send-email-ginyo78914@gmail.com>

On 1/6/19 10:29 PM, Cheng-Min Ao wrote:
> From: Cheng-Min Ao <tony_ao@wiwynn.com>
> 
> Correct a typo in OF device ID table
> The last one should be 'ti,tmp442'
> 
> Signed-off-by: Cheng-Min Ao <tony_ao@wiwynn.com>
> Signed-off-by: Yu-Hsiang Chen <matt_chen@wiwynn.com>

Applied. In the future, please don't forget to copy linux-hwmon@vger.kernel.org.

Thanks,
Guenter

> ---
>   drivers/hwmon/tmp421.c | 2 +-
>   1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/drivers/hwmon/tmp421.c b/drivers/hwmon/tmp421.c
> index 8844c95..7053be5 100644
> --- a/drivers/hwmon/tmp421.c
> +++ b/drivers/hwmon/tmp421.c
> @@ -88,7 +88,7 @@
>   		.data = (void *)2
>   	},
>   	{
> -		.compatible = "ti,tmp422",
> +		.compatible = "ti,tmp442",
>   		.data = (void *)3
>   	},
>   	{ },
> 


       reply	other threads:[~2019-01-08  5:06 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <1546842572-75828-1-git-send-email-ginyo78914@gmail.com>
2019-01-08  5:06 ` Guenter Roeck [this message]
2018-12-28 15:11 [PATCH] hwmon: (tmp421) Correct the misspelling of the tmp442 compatible attribute in OF device ID table Guenter Roeck

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=4d0f61b5-98c4-0f63-2b1d-6a84b32c255f@roeck-us.net \
    --to=linux@roeck-us.net \
    --cc=ginyo78914@gmail.com \
    --cc=jdelvare@suse.com \
    --cc=linux-hwmon@vger.kernel.org \
    /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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).