To: linus, akpm Cc: lkml Subject: [PATCH] BVME6000 SCSI BVME6000 SCSI: Fix typos --- bvme6000.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) --- linux-2.6.0/drivers/scsi/bvme6000.c 2003-07-29 18:19:09.000000000 +0200 +++ linux-m68k-2.6.0/drivers/scsi/bvme6000.c 2003-11-03 21:47:55.000000000 +0100 @@ -1,5 +1,5 @@ /* - * Detection routine for the NCR53c710 based MVME16x SCSI Controllers for Linux. + * Detection routine for the NCR53c710 based BVME6000 SCSI Controllers for Linux. * * Based on work by Alan Hourihane */ @@ -51,7 +48,7 @@ return 1; } -static int mvme6000_scsi_release(struct Scsi_Host *shost) +static int bvme6000_scsi_release(struct Scsi_Host *shost) { if (shost->irq) free_irq(shost->irq, NULL);