Re: [Patch] Fix shadowed variables in fs/binfmt_elf.c

2008-02-16 Thread WANG Cong
From: Andrew Morton <[EMAIL PROTECTED]> Subject: Re: [Patch] Fix shadowed variables in fs/binfmt_elf.c Date: Fri, 15 Feb 2008 12:34:59 -0800 Message-ID: <[EMAIL PROTECTED]> > On Fri, 15 Feb 2008 21:58:02 +0800 (CST) > WANG Cong <[EMAIL PROTECTED]> wrote: > > &

Re: [Patch] Fix shadowed variables in fs/binfmt_elf.c

2008-02-16 Thread WANG Cong
From: Andrew Morton [EMAIL PROTECTED] Subject: Re: [Patch] Fix shadowed variables in fs/binfmt_elf.c Date: Fri, 15 Feb 2008 12:34:59 -0800 Message-ID: [EMAIL PROTECTED] On Fri, 15 Feb 2008 21:58:02 +0800 (CST) WANG Cong [EMAIL PROTECTED] wrote: Fix these sparse warings: fs/binfmt_elf.c

Re: [Patch] Fix shadowed variables in fs/binfmt_elf.c

2008-02-15 Thread Andrew Morton
On Fri, 15 Feb 2008 21:58:02 +0800 (CST) WANG Cong <[EMAIL PROTECTED]> wrote: > > Fix these sparse warings: > fs/binfmt_elf.c:1749:29: warning: symbol 'tmp' shadows an earlier one > fs/binfmt_elf.c:1734:28: originally declared here > fs/binfmt_elf.c:2009:26: warning: symbol 'vma' shadows an

[Patch] Fix shadowed variables in fs/binfmt_elf.c

2008-02-15 Thread WANG Cong
Fix these sparse warings: fs/binfmt_elf.c:1749:29: warning: symbol 'tmp' shadows an earlier one fs/binfmt_elf.c:1734:28: originally declared here fs/binfmt_elf.c:2009:26: warning: symbol 'vma' shadows an earlier one fs/binfmt_elf.c:1892:24: originally declared here Signed-off-by: WANG Cong

[Patch] Fix shadowed variables in fs/binfmt_elf.c

2008-02-15 Thread WANG Cong
Fix these sparse warings: fs/binfmt_elf.c:1749:29: warning: symbol 'tmp' shadows an earlier one fs/binfmt_elf.c:1734:28: originally declared here fs/binfmt_elf.c:2009:26: warning: symbol 'vma' shadows an earlier one fs/binfmt_elf.c:1892:24: originally declared here Signed-off-by: WANG Cong

Re: [Patch] Fix shadowed variables in fs/binfmt_elf.c

2008-02-15 Thread Andrew Morton
On Fri, 15 Feb 2008 21:58:02 +0800 (CST) WANG Cong [EMAIL PROTECTED] wrote: Fix these sparse warings: fs/binfmt_elf.c:1749:29: warning: symbol 'tmp' shadows an earlier one fs/binfmt_elf.c:1734:28: originally declared here fs/binfmt_elf.c:2009:26: warning: symbol 'vma' shadows an earlier one