From: Salyzyn, Mark Date: Tue, 8 Jan 2008 21:08:04 +0000 (-0800) Subject: [SCSI] aacraid: fix multiple definition of automatic variable warning. X-Git-Tag: v2.6.25-rc1~1230^2~62 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6dcd4a7fe5dfaace2763187d6941e700a8bc6f27;p=pandora-kernel.git [SCSI] aacraid: fix multiple definition of automatic variable warning. The 'entry' automatic variable was defined at the top and within a block that uses it, removed the definition from the block that uses it. Some cosmetic changes were made while in the same file. This patch should be inert. Signed-off-by: Mark Salyzyn Signed-off-by: James Bottomley --- Reading git-diff-tree failed