[SCSI] aacraid: fix multiple definition of automatic variable warning.
authorSalyzyn, Mark <Mark_Salyzyn@adaptec.com>
Tue, 8 Jan 2008 21:08:04 +0000 (13:08 -0800)
committerJames Bottomley <James.Bottomley@HansenPartnership.com>
Wed, 23 Jan 2008 17:29:20 +0000 (11:29 -0600)
commit6dcd4a7fe5dfaace2763187d6941e700a8bc6f27
tree598fee42d167757827257981ecec8c3cf5e01f24
parenta3940da5e6fe8b833eecdbca3fac9456b4204d6e
[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 <aacraid@adaptec.com>
Signed-off-by: James Bottomley <James.Bottomley@HansenPartnership.com>
drivers/scsi/aacraid/commctrl.c