On Sun, Sep 05, 2004 at 10:58:26AM +0200, Kars de Jong wrote: > > And here it is. It replaces the previous patch, I figured that would be > easier for you.
Can you please send it again, I am having lots of spurious linebreaks. I think I fixed them all manually, but the patch still does not apply cleanly. > Index: drivers/scsi/53c7xx.c > =================================================================== > RCS file: /home/linux-m68k/cvsroot/linux/drivers/scsi/53c7xx.c,v > retrieving revision 1.1.1.17 > diff -u -r1.1.1.17 53c7xx.c > --- drivers/scsi/53c7xx.c 15 Aug 2004 14:17:07 -0000 1.1.1.17 > +++ drivers/scsi/53c7xx.c 5 Sep 2004 08:50:28 -0000 > @@ -306,7 +306,7 @@ > > static int check_address (unsigned long addr, int size); > static void dump_events (struct Scsi_Host *host, int count); > -static Scsi_Cmnd * return_outstanding_commands (struct Scsi_Host *host, > +static struct scsi_cmnd * return_outstanding_commands (struct Scsi_Host > *host, ^^^ Christian