Messages in this thread Patch in this message |  | | Date | Fri, 13 Sep 2002 09:12:15 +1000 | From | Eyal Lebedinsky <> | Subject | Re: Linux 2.4.20-pre5-ac6 |
| |
drivers/scsi/cpqfcTS.h ======================
Has a stray tab after the eol backslash
-- Eyal Lebedinsky (eyal@eyal.emu.id.au) <http://samba.org/eyal/>--- linux/drivers/scsi/cpqfcTS.h.orig Fri Sep 13 08:34:19 2002 +++ linux/drivers/scsi/cpqfcTS.h Fri Sep 13 08:34:31 2002 @@ -19,7 +19,7 @@ // linked list of infinite length (with linked Ext S/G pages, // limited only by available physical memory) we use SG_ALL. -#define CPQFCTS { \ +#define CPQFCTS { \ detect: cpqfcTS_detect, \ release: cpqfcTS_release, \ info: cpqfcTS_info, \ |  |