Re: [PATCH] Drivers: Stagins: memrar: cleanup

From: Jiri Slaby
Date: Mon May 31 2010 - 13:37:33 EST


On 05/31/2010 05:04 PM, Spyros Papageorgiou wrote:
> From:Spyros Papageorgiou <spyros.papageorgiou@xxxxxxxx>
>
> Removed an unneeded struct specifier in function call.
>
> Signed-off-by: Spyros Papageorgiou <spyros.papageorgiou@xxxxxxxx>
> ---
> drivers/staging/memrar/memrar_allocator.c | 6 +++---
> 1 files changed, 3 insertions(+), 3 deletions(-)
>
> diff --git a/drivers/staging/memrar/memrar_allocator.c b/drivers/staging/memrar/memrar_allocator.c
> index a4f8c58..db37c6a 100644
> --- a/drivers/staging/memrar/memrar_allocator.c
> +++ b/drivers/staging/memrar/memrar_allocator.c
> @@ -276,7 +276,7 @@ long memrar_allocator_free(struct memrar_allocator *allocator,
>
> struct memrar_address_range * const chunk =
> &list_entry(pos,
> - struct memrar_address_ranges,
> + memrar_address_ranges,
> list)->range;

It is not a function call, it's a macro. Did you try to compile this?
--
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/