Re: [PATCH] x86: Fix typo in srat_32

From: Jiri Kosina
Date: Tue May 05 2009 - 08:34:25 EST


On Mon, 4 May 2009, Jean Delvare wrote:

> Reported-by: Werner Lemberg <wl@xxxxxxx>
> Signed-off-by: Jean Delvare <jdelvare@xxxxxxx>
> Cc: Thomas Gleixner <tglx@xxxxxxxxxxxxx>
> Cc: Ingo Molnar <mingo@xxxxxxxxxx>
> Cc: H. Peter Anvin <hpa@xxxxxxxxx>
> ---
> arch/x86/mm/srat_32.c | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> --- linux-2.6.30-rc4.orig/arch/x86/mm/srat_32.c 2009-03-24 13:40:44.000000000 +0100
> +++ linux-2.6.30-rc4/arch/x86/mm/srat_32.c 2009-05-04 09:12:18.000000000 +0200
> @@ -216,7 +216,7 @@ int __init get_memcfg_from_srat(void)
>
> if (num_memory_chunks == 0) {
> printk(KERN_WARNING
> - "could not finy any ACPI SRAT memory areas.\n");
> + "could not find any ACPI SRAT memory areas.\n");
> goto out_fail;
> }

Didn't find it in today's linux-next pileup, so I have applied it to
trivial tree. Thanks,

--
Jiri Kosina
SUSE Labs
--
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/