From: WANG Cong Date: Tue, 29 Apr 2008 08:01:18 +0000 (-0700) Subject: elf: fix shadowed variables in fs/binfmt_elf.c X-Git-Tag: v2.6.26-rc1~510 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4220b7fe89f8c0623e09168ab81dd0da2fdadd72;p=pandora-kernel.git elf: fix shadowed variables in fs/binfmt_elf.c 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 [akpm@linux-foundation.org: chose better variable name] Signed-off-by: WANG Cong Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed