[PATCH] typo fix in drivers/scsi/sata_svw.c comment
Linux Kernel Mailing List <[email protected]> Thu, 31 Mar 2005 01:53:44 +0000
| Newsgroups | gmane.linux.kernel.commits.2-4 |
|---|---|
| Message-ID | <[email protected]> |
ChangeSet 1.1448.129.7, 2005/03/30 20:53:44-05:00, [email protected] [PATCH] typo fix in drivers/scsi/sata_svw.c comment Add missing brace. Signed-off-by: Rolf Eike Beer <[email protected]> Signed-off-by: Jeff Garzik <[email protected]> sata_svw.c | 2 +- 1 files changed, 1 insertion(+), 1 deletion(-) diff -Nru a/drivers/scsi/sata_svw.c b/drivers/scsi/sata_svw.c --- a/drivers/scsi/sata_svw.c 2005-04-30 12:16:14 -07:00 +++ b/drivers/scsi/sata_svw.c 2005-04-30 12:16:14 -07:00 @@ -392,7 +392,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);