2005-03-27 19:09:49

by Rolf Eike Beer

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

Add missing brace.

Signed-off-by: Rolf Eike Beer <[email protected]>

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


2005-03-29 07:33:00

by Jeff Garzik

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

Rolf Eike Beer wrote:
> Add missing brace.
>
> Signed-off-by: Rolf Eike Beer <[email protected]>
>
> --- 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

Please send patches as directed:

[jgarzik@pretzel linux-2.6]$ head -7 drivers/scsi/sata_svw.c
/*
* sata_svw.c - ServerWorks / Apple K2 SATA
*
* Maintained by: Benjamin Herrenschmidt <[email protected]> and
* Jeff Garzik <[email protected]>
* Please ALWAYS copy [email protected]
* on emails.