public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH] typo fix in drivers/scsi/sata_svw.c
@ 2005-03-27 13:56 Rolf Eike Beer
  2005-03-29  7:22 ` Jeff Garzik
  0 siblings, 1 reply; 2+ messages in thread
From: Rolf Eike Beer @ 2005-03-27 13:56 UTC (permalink / raw)
  To: linux-kernel; +Cc: Trivial Patch Monkey

Add missing brace.

Signed-off-by: Rolf Eike Beer <eike-kernel@sf-tec.de>

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

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [PATCH] typo fix in drivers/scsi/sata_svw.c
  2005-03-27 13:56 [PATCH] typo fix in drivers/scsi/sata_svw.c Rolf Eike Beer
@ 2005-03-29  7:22 ` Jeff Garzik
  0 siblings, 0 replies; 2+ messages in thread
From: Jeff Garzik @ 2005-03-29  7:22 UTC (permalink / raw)
  To: Rolf Eike Beer; +Cc: linux-kernel, Trivial Patch Monkey

Rolf Eike Beer wrote:
> Add missing brace.
> 
> Signed-off-by: Rolf Eike Beer <eike-kernel@sf-tec.de>
> 
> --- 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 <benh@kernel.crashing.org> and
  *                 Jeff Garzik <jgarzik@pobox.com>
  *                  Please ALWAYS copy linux-ide@vger.kernel.org
  *                  on emails.



^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2005-03-29  7:33 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-03-27 13:56 [PATCH] typo fix in drivers/scsi/sata_svw.c Rolf Eike Beer
2005-03-29  7:22 ` Jeff Garzik

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox