Re: [PATCH] nommu: fix compilation of nommu.c

From: Al Viro
Date: Mon Jun 04 2012 - 02:57:12 EST


On Mon, Jun 04, 2012 at 02:29:59PM +1000, gerg@xxxxxxxxxxxx wrote:
> From: Greg Ungerer <gerg@xxxxxxxxxxx>
>
> Compiling 3.5-rc1 for nommu targets gives:
>
> CC mm/nommu.o
> mm/nommu.c: In function ???sys_mmap_pgoff???:
> mm/nommu.c:1489:2: error: ???ret??? undeclared (first use in this function)
> mm/nommu.c:1489:2: note: each undeclared identifier is reported only once for each function it appears in
>
> It is trivially fixed by replacing 'ret' with the local variable that is
> already defined for the return value 'retval'.
>
> Signed-off-by: Greg Ungerer <gerg@xxxxxxxxxxx>

Acked-by: Al Viro <viro@xxxxxxxxxxxxxxxxxx>
--
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/