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>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Date:	Sat, 31 Jan 2015 10:17:51 +0100
From:	Daniel Mack <daniel@...que.org>
To:	Masanari Iida <standby24x7@...il.com>, haojian.zhuang@...il.com,
	robert.jarzmik@...e.fr, linux-kernel@...r.kernel.org,
	linux@....linux.org.uk, Alexander Shiyan <shc_work@...l.ru>
Subject: Re: [PATCH] ARM: pxa: Fix typo in zeus.c

On 01/31/2015 06:49 AM, Masanari Iida wrote:
> This patch fix a typo in struct platform_device can_regulator_device.
> 
> Signed-off-by: Masanari Iida <standby24x7@...il.com>

Acked-by: Daniel Mack <daniel@...que.org>

That's a regression from  1ddff7da ("can: mcp251x: Replace power
callbacks with regulator API"), btw.

Thanks,
Daniel

> ---
>  arch/arm/mach-pxa/zeus.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/arch/arm/mach-pxa/zeus.c b/arch/arm/mach-pxa/zeus.c
> index 205f9bf..ac2ae5c 100644
> --- a/arch/arm/mach-pxa/zeus.c
> +++ b/arch/arm/mach-pxa/zeus.c
> @@ -412,7 +412,7 @@ static struct fixed_voltage_config can_regulator_pdata = {
>  };
>  
>  static struct platform_device can_regulator_device = {
> -	.name	= "reg-fixed-volage",
> +	.name	= "reg-fixed-voltage",
>  	.id	= 0,
>  	.dev	= {
>  		.platform_data	= &can_regulator_pdata,
> 

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ