lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [day] [month] [year] [list]
Date:   Fri, 28 Dec 2018 07:11:00 -0800
From:   Guenter Roeck <linux@...ck-us.net>
To:     Tony_Ao@...ynn.com
Cc:     jdelvare@...e.com, linux-hwmon@...r.kernel.org,
        linux-kernel@...r.kernel.org, Matt_Chen@...ynn.com,
        vijaykhemka@...com
Subject: Re: [PATCH] hwmon: (tmp421) Correct the misspelling of the tmp442
 compatible attribute in OF device ID table

On Fri, Dec 28, 2018 at 02:03:22AM +0000, Tony_Ao@...ynn.com wrote:
> Hi there,
> 
> Correct a typo in OF device ID table.
> The last one should be 'ti,tmp442'.
> 

Good catch. Unfortunately, the patch is corrupted and does not apply
(tabs replaced with spaces). Please resend and make sure that your
mailer leaves it alone (possibly use git send-email).

Also, please drop the "confidential" trailer.

Thanks,
Guenter

> Signed-off-by: Cheng-Min Ao <tony_ao@...ynn.com>
> Signed-off-by: Yu-Hsiang Chen <matt_chen@...ynn.com>
> ---
> 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
>         },
>         { },
> --
> 1.9.1
> 
> Regards,
> Tony
> 
> 
> ---------------------------------------------------------------------------------------------------------------------------------------------------------------
> This email contains confidential or legally privileged information and is for the sole use of its intended recipient. 
> Any unauthorized review, use, copying or distribution of this email or the content of this email is strictly prohibited.
> If you are not the intended recipient, you may reply to the sender and should delete this e-mail immediately.
> ---------------------------------------------------------------------------------------------------------------------------------------------------------------

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ