Commit 62d9fcff authored by James Bottomley's avatar James Bottomley

BVME6000 SCSI: Fix typos

From: Geert Uytterhoeven <geert@linux-m68k.org>
parent f463a17e
/*
* 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
*/
......@@ -48,7 +48,7 @@ int bvme6000_scsi_detect(Scsi_Host_Template *tpnt)
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);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment