Re: [PATCH] [trivial] Fix typo in tty, arm, hotplug, sound andothers.

From: Joe Perches
Date: Mon Apr 02 2012 - 13:18:14 EST


On Tue, 2012-04-03 at 01:55 +0900, Masanari Iida wrote:
> Fix multiple typo on printk messages on tty, arm, hotplug
> sound and others.
[]
> diff --git a/arch/ia64/Makefile b/arch/ia64/Makefile
[]
> @@ -34,7 +34,7 @@ GAS_STATUS = $(shell $(srctree)/arch/ia64/scripts/check-gas "$(CC)" "$(OBJDUMP)"
> KBUILD_CPPFLAGS += $(shell $(srctree)/arch/ia64/scripts/toolchain-flags "$(CC)" "$(OBJDUMP)" "$(READELF)")
>
> ifeq ($(GAS_STATUS),buggy)
> -$(error Sorry, you need a newer version of the assember, one that is built from \
> +$(error Sorry, you need a newer version of the assembler, one that is built from \
> a source-tree that post-dates 18-Dec-2002. You can find a pre-compiled \
> static binary of such an assembler at: \

trivia:

The error message has strange whitespace.
This should be on a single line.

I doubt anyone actually gets this error though.

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