[SCSI] advansys: Comment/indentation/macro cleanup
authorMatthew Wilcox <matthew@wil.cx>
Sun, 9 Sep 2007 14:56:39 +0000 (08:56 -0600)
committerJames Bottomley <jejb@mulgrave.localdomain>
Fri, 12 Oct 2007 18:48:15 +0000 (14:48 -0400)
commit95c9f16284960f579205d7da8b5d90e2f3bf44a7
tree45b8a41f911636add3f08c746ca04b9275664299
parentb009bef6cd2c6c2b870088d9ae67dbc4ec2ca317
[SCSI] advansys: Comment/indentation/macro cleanup

 - Delete comments relating to the previous structure of the driver.
   I have no intention of honouring them ;-)
 - Reformat comments > 80 columns
 - Remove now-obsolete comments from advansys_interrupt
 - Change adv_get_sglist() from do {} while (1) to for (;;)
 - Return void from AscInitQLinkVar()
 - Take out a level of indentation in adv_get_sglist()
 - Reduce indentation level of AscAsyncFix()
 - Remove unused macros
 - Refactor AscSendScsiQueue slightly

Signed-off-by: Matthew Wilcox <matthew@wil.cx>
Signed-off-by: James Bottomley <James.Bottomley@SteelEye.com>
drivers/scsi/advansys.c