Re: [PATCH v3 2/5] kbuild: Removes unnecessary shadowed local variable.

2018-10-29 Thread Leonardo Bras
Sorry, I will take care next time. Thank you, Leonardo Bras On Sun, Oct 28, 2018 at 1:37 PM Masahiro Yamada wrote: > > On Wed, Oct 24, 2018 at 1:04 PM Leonardo Bras wrote: > > > > Removes an unnecessary shadowed local variable (start). > > It was used only once, with the same value it was

Re: [PATCH v3 2/5] kbuild: Removes unnecessary shadowed local variable.

2018-10-29 Thread Leonardo Bras
Sorry, I will take care next time. Thank you, Leonardo Bras On Sun, Oct 28, 2018 at 1:37 PM Masahiro Yamada wrote: > > On Wed, Oct 24, 2018 at 1:04 PM Leonardo Bras wrote: > > > > Removes an unnecessary shadowed local variable (start). > > It was used only once, with the same value it was

Re: [PATCH v3 2/5] kbuild: Removes unnecessary shadowed local variable.

2018-10-28 Thread Masahiro Yamada
On Wed, Oct 24, 2018 at 1:04 PM Leonardo Bras wrote: > > Removes an unnecessary shadowed local variable (start). > It was used only once, with the same value it was started before > the if block. > > Signed-off-by: Leonardo Bras Applied to linux-kbuild with some fixups in the subject. Please

Re: [PATCH v3 2/5] kbuild: Removes unnecessary shadowed local variable.

2018-10-28 Thread Masahiro Yamada
On Wed, Oct 24, 2018 at 1:04 PM Leonardo Bras wrote: > > Removes an unnecessary shadowed local variable (start). > It was used only once, with the same value it was started before > the if block. > > Signed-off-by: Leonardo Bras Applied to linux-kbuild with some fixups in the subject. Please

[PATCH v3 2/5] kbuild: Removes unnecessary shadowed local variable.

2018-10-23 Thread Leonardo Bras
Removes an unnecessary shadowed local variable (start). It was used only once, with the same value it was started before the if block. Signed-off-by: Leonardo Bras --- scripts/asn1_compiler.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/asn1_compiler.c

[PATCH v3 2/5] kbuild: Removes unnecessary shadowed local variable.

2018-10-23 Thread Leonardo Bras
Removes an unnecessary shadowed local variable (start). It was used only once, with the same value it was started before the if block. Signed-off-by: Leonardo Bras --- scripts/asn1_compiler.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/asn1_compiler.c