From: Tobias Klauser Date: Sun, 8 Jan 2006 09:00:59 +0000 (-0800) Subject: [PATCH] mm: clean up local variables X-Git-Tag: v2.6.16-rc1~881 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=cd105df4590c89837a1c300843238148cfef9b5f;p=pandora-kernel.git [PATCH] mm: clean up local variables Clean up a local variable with the same name as a variable in a larger block. Also move a variable into the block where it's actually used. Spotted by http://linuxicc.sourceforge.net/ Signed-off-by: Tobias Klauser Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed