Re: [PATCH] powerpc: rename to_user_ptr to __to_user_ptr

From: Gustavo Padovan
Date: Thu Mar 17 2016 - 18:12:12 EST


Hi,

2016-03-17 Gustavo Padovan <gustavo@xxxxxxxxxxx>:

> From: Gustavo Padovan <gustavo.padovan@xxxxxxxxxxxxxxx>
>
> to_user_ptr() is a local macro defined by signal_32.c, rename it to
> __to_user_ptr() as now we will have a global to_user_ptr() defined by
> kernel.h that has a different meaning from this one.
>
> Cc: Benjamin Herrenschmidt <benh@xxxxxxxxxxxxxxxxxxx>
> Cc: Paul Mackerras <paulus@xxxxxxxxx>
> Cc: Michael Ellerman <mpe@xxxxxxxxxxxxxx>
> Signed-off-by: Gustavo Padovan <gustavo.padovan@xxxxxxxxxxxxxxx>
> ---
> arch/powerpc/kernel/signal_32.c | 18 +++++++++---------
> 1 file changed, 9 insertions(+), 9 deletions(-)

We changed our mind about the names, so ignore this patch. Sorry for the
noise.

Gustavo