2004-03-04 13:42:32

by Rolf Eike Beer

[permalink] [raw]
Subject: [PATCH] Fix typo in drivers/scsi/sata_svw.c

Just a missing ')'.

--- linux-2.6.0-test10-eike/drivers/scsi/sata_svw.c 2003-11-26 15:25:07.000000000 +0100
+++ linux-2.6.0-test10/drivers/scsi/sata_svw.c 2003-11-26 15:30:22.000000000 +0100
@@ -317,7 +317,7 @@

/* Clear a magic bit in SCR1 according to Darwin, those help
* some funky seagate drives (though so far, those were already
- * set by the firmware on the machines I had access to
+ * set by the firmware on the machines I had access to)
*/
writel(readl(mmio_base + 0x80) & ~0x00040000, mmio_base + 0x80);