[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <4D20A05F.1000802@mail.berlios.de>
Date: Sun, 02 Jan 2011 16:57:19 +0100
From: Stefan Weil <weil@...l.berlios.de>
To: "David S. Miller" <davem@...emloft.net>
CC: Ashish Gupta <asg@...learninglabs.com>,
Mike Frysinger <vapier@...too.org>,
uclinux-dist-devel@...ckfin.uclinux.org,
linux-kernel@...r.kernel.org
Subject: Re: [PATCH] Blackfin: Fix spelling in unused code (struct name)
Am 07.11.2010 22:14, schrieb Stefan Weil:
> platfrom -> platform
>
> This changes a struct name. The related code is conditionally
> compiled and won't work because the include file linux/gpio-decoder.h
> is missing, so removing this code would be an even better solution.
>
> If the missing include file is added, it must fix the spelling, too.
>
> Cc: Ashish Gupta <asg@...learninglabs.com>
> Cc: Mike Frysinger <vapier@...too.org>
> Cc: "David S. Miller" <davem@...emloft.net>
> Cc: uclinux-dist-devel@...ckfin.uclinux.org
> Cc: linux-kernel@...r.kernel.org
> Signed-off-by: Stefan Weil <weil@...l.berlios.de>
> ---
> arch/blackfin/mach-bf527/boards/tll6527m.c | 2 +-
> 1 files changed, 1 insertions(+), 1 deletions(-)
>
> diff --git a/arch/blackfin/mach-bf527/boards/tll6527m.c
> b/arch/blackfin/mach-bf527/boards/tll6527m.c
> index 9ec5757..89ae87b 100644
> --- a/arch/blackfin/mach-bf527/boards/tll6527m.c
> +++ b/arch/blackfin/mach-bf527/boards/tll6527m.c
> @@ -193,7 +193,7 @@ static unsigned gpio_addr_inputs[] = {
> GPIO_PG1, GPIO_PH9, GPIO_PH10
> };
>
> -static struct gpio_decoder_platfrom_data spi_decoded_cs = {
> +static struct gpio_decoder_platform_data spi_decoded_cs = {
> .base = EXP_GPIO_SPISEL_BASE,
> .input_addrs = gpio_addr_inputs,
> .nr_input_addrs = ARRAY_SIZE(gpio_addr_inputs),
I did not get any answers for this patch.
Will it be applied to linux git, or should I send a new patch
which removes the non-working conditional code?
Or will the maintainers fix the missing include file?
Kind regards,
Stefan Weil
--
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