From: Matthew Wilcox Date: Sun, 9 Sep 2007 14:56:39 +0000 (-0600) Subject: [SCSI] advansys: Comment/indentation/macro cleanup X-Git-Tag: v2.6.24-rc1~1290^2~119 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=95c9f16284960f579205d7da8b5d90e2f3bf44a7;p=pandora-kernel.git [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 Signed-off-by: James Bottomley --- Reading git-diff-tree failed