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] [day] [month] [year] [list]
Date:	Thu, 07 Jan 2010 10:19:28 +0200
From:	Mike Rapoport <mike@...pulab.co.il>
To:	Stefan Weil <weil@...l.berlios.de>
CC:	Andrew Morton <akpm@...ux-foundation.org>,
	Anton Vorontsov <cbouatmailru@...il.com>,
	linux-kernel@...r.kernel.org
Subject: Re: [PATCH] da9030_battery: Fix spelling in comment

Stefan Weil wrote:
> platfrom -> platform
> monotor -> monitor
> 
> Signed-off-by: Stefan Weil <weil@...l.berlios.de>
> ---
>  drivers/power/da9030_battery.c |    2 +-
>  1 files changed, 1 insertions(+), 1 deletions(-)

Acked-by: Mike Rapoport <mike@...pulab.co.il>

> diff --git a/drivers/power/da9030_battery.c b/drivers/power/da9030_battery.c
> index 3364198..a2e71f7 100644
> --- a/drivers/power/da9030_battery.c
> +++ b/drivers/power/da9030_battery.c
> @@ -509,7 +509,7 @@ static int da9030_battery_probe(struct platform_device *pdev)
>  
>  	charger->master = pdev->dev.parent;
>  
> -	/* 10 seconds between monotor runs unless platfrom defines other
> +	/* 10 seconds between monitor runs unless platform defines other
>  	   interval */
>  	charger->interval = msecs_to_jiffies(
>  		(pdata->batmon_interval ? : 10) * 1000);

--
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