[PATCH] Fix typo in drivers/scsi/sata_svw.c

From: Rolf Eike Beer
Date: Thu Mar 04 2004 - 08:53:43 EST


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);

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/