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

From: Rolf Eike Beer
Date: Sun Mar 27 2005 - 14:18:51 EST


Add missing brace.

Signed-off-by: Rolf Eike Beer <eike-kernel@xxxxxxxxx>

--- linux-2.6.11/drivers/scsi/sata_svw.c 2005-03-21 11:41:58.000000000 +0100
+++ linux-2.6.12-rc1/drivers/scsi/sata_svw.c 2005-03-27 15:50:38.000000000 +0200
@@ -395,7 +395,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 + K2_SATA_SICR1_OFFSET) & ~0x00040000,
mmio_base + K2_SATA_SICR1_OFFSET);
-
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/