commit | 6dcd4a7fe5dfaace2763187d6941e700a8bc6f27 | [log] [tgz] |
---|---|---|
author | Salyzyn, Mark <Mark_Salyzyn@adaptec.com> | Tue Jan 08 13:08:04 2008 -0800 |
committer | James Bottomley <James.Bottomley@HansenPartnership.com> | Wed Jan 23 11:29:20 2008 -0600 |
tree | 598fee42d167757827257981ecec8c3cf5e01f24 | |
parent | a3940da5e6fe8b833eecdbca3fac9456b4204d6e [diff] |
[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>