Re: [PATCH v3 1/5] x86/vdso: Renames variable to fix shadow warning.

2018-10-28 Thread Masahiro Yamada
Hi Ingo, On Wed, Oct 24, 2018 at 1:04 PM Leonardo Bras wrote: > > The go32() and go64() functions have an argument and a local variable > called ‘name’. Rename both to clarify the code and to fix a warning > with -Wshadow. > > Signed-off-by: Leonardo Bras Please take care of this in x86

Re: [PATCH v3 1/5] x86/vdso: Renames variable to fix shadow warning.

2018-10-28 Thread Masahiro Yamada
Hi Ingo, On Wed, Oct 24, 2018 at 1:04 PM Leonardo Bras wrote: > > The go32() and go64() functions have an argument and a local variable > called ‘name’. Rename both to clarify the code and to fix a warning > with -Wshadow. > > Signed-off-by: Leonardo Bras Please take care of this in x86

[PATCH v3 1/5] x86/vdso: Renames variable to fix shadow warning.

2018-10-23 Thread Leonardo Bras
The go32() and go64() functions have an argument and a local variable called ‘name’. Rename both to clarify the code and to fix a warning with -Wshadow. Signed-off-by: Leonardo Bras --- arch/x86/entry/vdso/vdso2c.h | 13 +++-- 1 file changed, 7 insertions(+), 6 deletions(-) diff --git

[PATCH v3 1/5] x86/vdso: Renames variable to fix shadow warning.

2018-10-23 Thread Leonardo Bras
The go32() and go64() functions have an argument and a local variable called ‘name’. Rename both to clarify the code and to fix a warning with -Wshadow. Signed-off-by: Leonardo Bras --- arch/x86/entry/vdso/vdso2c.h | 13 +++-- 1 file changed, 7 insertions(+), 6 deletions(-) diff --git