Re: [PATCH] Fix spelling in log messages

From: Jiri Kosina
Date: Wed Jan 06 2010 - 18:59:51 EST


On Thu, 7 Jan 2010, Stefan Weil wrote:

> Replace platfrom -> platform.
>
> Signed-off-by: Stefan Weil <weil@xxxxxxxxxxxxxxx>
> ---
> 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@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/