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, 7 Jan 2010 00:59:42 +0100 (CET)
From:	Jiri Kosina <jkosina@...e.cz>
To:	Stefan Weil <weil@...l.berlios.de>
Cc:	Dmitry Torokhov <dmitry.torokhov@...il.com>,
	Dave Young <hidave.darkstar@...il.com>,
	Matthew Garrett <mjg@...hat.com>,
	"David S . Miller" <davem@...emloft.net>,
	linux-input@...r.kernel.org, linux-kernel@...r.kernel.org,
	netdev@...r.kernel.org
Subject: Re: [PATCH] Fix spelling in log messages

On Thu, 7 Jan 2010, Stefan Weil wrote:

> Replace platfrom -> platform.
> 
> Signed-off-by: Stefan Weil <weil@...l.berlios.de>
> ---
>  drivers/input/serio/i8042.c |    2 +-
>  drivers/net/davinci_emac.c  |    2 +-
>  2 files changed, 2 insertions(+), 2 deletions(-)
> 
> diff --git a/drivers/input/serio/i8042.c b/drivers/input/serio/i8042.c
> index d84a36e..33f3541 100644
> --- a/drivers/input/serio/i8042.c
> +++ b/drivers/input/serio/i8042.c
> @@ -430,7 +430,7 @@ static bool i8042_filter(unsigned char data, unsigned char str,
>  	}
>  
>  	if (i8042_platform_filter && i8042_platform_filter(data, str, serio)) {
> -		dbg("Filtered out by platfrom filter\n");
> +		dbg("Filtered out by platform filter\n");
>  		return true;
>  	}
>  
> diff --git a/drivers/net/davinci_emac.c b/drivers/net/davinci_emac.c
> index 107bc5f..4741ade 100644
> --- a/drivers/net/davinci_emac.c
> +++ b/drivers/net/davinci_emac.c
> @@ -2652,7 +2652,7 @@ static int __devinit davinci_emac_probe(struct platform_device *pdev)
>  
>  	pdata = pdev->dev.platform_data;
>  	if (!pdata) {
> -		printk(KERN_ERR "DaVinci EMAC: No platfrom data\n");
> +		printk(KERN_ERR "DaVinci EMAC: No platform data\n");
>  		return -ENODEV;
>  	}

This is now in trivial queue.

-- 
Jiri Kosina
SUSE Labs, Novell Inc.

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